isNotEmpty property

bool isNotEmpty

Returns true if this character book is not empty, otherwise false.

Implementation

bool get isNotEmpty => !isEmpty;