isNullOrEmpty property
bool
get
isNullOrEmpty
Return true if string is null or empty
Implementation
bool get isNullOrEmpty => isEmpty;
Return true if string is null or empty
bool get isNullOrEmpty => isEmpty;