isNotNullOrEmpty property
bool
get
isNotNullOrEmpty
Returns true if the string is not empty
Implementation
bool get isNotNullOrEmpty => !isNullOrEmpty;
Returns true if the string is not empty
bool get isNotNullOrEmpty => !isNullOrEmpty;