isEmpty property

bool get isEmpty

Returns true if the binary file is empty, false otherwise.

Implementation

bool get isEmpty => content.isEmpty;