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