isNotEmpty property
bool
get
isNotEmpty
Whether the _value
is not empty.
Implementation
bool get isNotEmpty => _value.isNotEmpty;
Whether the _value
is not empty.
bool get isNotEmpty => _value.isNotEmpty;