isNotNullOrEmpty property
bool
get
isNotNullOrEmpty
Checks if string is not empty
Implementation
bool get isNotNullOrEmpty => isNotEmpty;
Checks if string is not empty
bool get isNotNullOrEmpty => isNotEmpty;