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