menu
tenon_cli package
documentation
core.dart
NullableMapExt<K, V>
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
NullableMapExt<K, V>
isNullOrEmpty property
NullableMapExt extension on
Map
<
K
,
V
>
?