menu
dart_things package
documentation
string.dart
DartThingsExtensionOnString
isBlank property
isBlank property
dark_mode
light_mode
isBlank
property
bool
get
isBlank
Whether this string is blank.
Implementation
bool get isBlank => trim().isEmpty;
dart_things package
documentation
string
DartThingsExtensionOnString
isBlank property
DartThingsExtensionOnString extension on
String