Flutter
dart:io
BytesBuilder
isEmpty property
isEmpty
BytesBuilder class
Constructors
BytesBuilder
Properties
isEmpty
isNotEmpty
length
hashCode
runtimeType
Methods
add
addByte
clear
takeBytes
toBytes
noSuchMethod
toString
Operators
operator ==
isEmpty property
bool
isEmpty
Returns
true
if the buffer is empty.
Implementation
bool get isEmpty;