isBlankOrEmpty property
bool
get
isBlankOrEmpty
Whether this string is blank or empty.
Implementation
bool get isBlankOrEmpty => isEmpty || trim().isEmpty;
Whether this string is blank or empty.
bool get isBlankOrEmpty => isEmpty || trim().isEmpty;