isNullOrEmpty property
bool
get
isNullOrEmpty
check the string is null or empty
Implementation
bool get isNullOrEmpty => _Parser(this).isNullOrEmpty;
check the string is null or empty
bool get isNullOrEmpty => _Parser(this).isNullOrEmpty;