isNotEmpty property

bool isNotEmpty

Returns true if the base data is not empty.

Implementation

bool get isNotEmpty => base.isNotEmpty;