isNotEmptyOrNull property
bool
get
isNotEmptyOrNull
Return true if the string this is not null or empty
Implementation
bool get isNotEmptyOrNull => this?.isNotEmpty ?? false;
Return true if the string this is not null or empty
bool get isNotEmptyOrNull => this?.isNotEmpty ?? false;