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