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