menu
tenon_cli package
documentation
core.dart
NullStringExt
isNullOrBlank property
isNullOrBlank property
dark_mode
light_mode
isNullOrBlank
property
bool
get
isNullOrBlank
Implementation
bool get isNullOrBlank => this == null || this!.trim().isEmpty;
tenon_cli package
documentation
core
NullStringExt
isNullOrBlank property
NullStringExt extension on
String
?