Flutter
convert
ByteAccumulatorSink
isClosed property
isClosed
ByteAccumulatorSink class
Constructors
ByteAccumulatorSink
Properties
bytes
isClosed
hashCode
runtimeType
Methods
add
addSlice
clear
close
noSuchMethod
toString
Operators
operator ==
isClosed property
bool
isClosed
Whether
close
has been called.
Implementation
bool get isClosed => _isClosed;