isNotNullOrBlank property
bool
get
isNotNullOrBlank
Returns true
if the string is neither null nor blank.
Implementation
bool get isNotNullOrBlank => !isNullOrBlank;
Returns true
if the string is neither null nor blank.
bool get isNotNullOrBlank => !isNullOrBlank;