hasValue property
bool
get
hasValue
Returns true if this iterable is not null and not empty.
Implementation
bool get hasValue => !isNullOrEmpty;
Returns true if this iterable is not null and not empty.
bool get hasValue => !isNullOrEmpty;