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