isEmpty property

bool isEmpty

Returns true if the base data is empty.

Implementation

bool get isEmpty => base.isEmpty;