menu
data_serializer package
documentation
data_serializer_io.dart
BytesBuffer
isClosed property
isClosed property
dark_mode
light_mode
isClosed
property
bool
get
isClosed
Returns
true
if
bytesIO
is closed.
See
close
.
Implementation
bool get isClosed => bytesIO.isClosed;
data_serializer package
documentation
data_serializer_io
BytesBuffer
isClosed property
BytesBuffer class