isNotEmpty property

bool get isNotEmpty

Whether the _value is not empty.

Implementation

bool get isNotEmpty => _value.isNotEmpty;