isEmpty property
bool
get
isEmpty
Returns true
if the binary file is empty, false
otherwise.
Implementation
bool get isEmpty => content.isEmpty;
Returns true
if the binary file is empty, false
otherwise.
bool get isEmpty => content.isEmpty;