isEmpty property Null safety
Whether or not bytes is empty.
No decoding will occur if this flag is true.
Concrete implementations provide an implementation for this method without inspecting bytes.
Implementation
bool get isEmpty;
Whether or not bytes is empty.
No decoding will occur if this flag is true.
Concrete implementations provide an implementation for this method without inspecting bytes.
bool get isEmpty;