isBlank property
bool
get
isBlank
Check if string is empty or contains only whitespace
Implementation
bool get isBlank => trim().isEmpty;
Check if string is empty or contains only whitespace
bool get isBlank => trim().isEmpty;