isEmpty property

bool isEmpty

Returns true if this character is empty, otherwise false.

Implementation

bool get isEmpty => value.isEmpty;