isNotNullOrEmpty property
bool
get
isNotNullOrEmpty
Return true if string is not null and not empty
Implementation
bool get isNotNullOrEmpty => isNotEmpty;
Return true if string is not null and not empty
bool get isNotNullOrEmpty => isNotEmpty;