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
.
Source
@override bool get isEmpty => !_hasContent;
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
.
@override bool get isEmpty => !_hasContent;