menu
itwo_flutter_base package
documentation
util/util.dart
MapExt<K, V>
isNullOrEmpty property
isNullOrEmpty property
dark_mode
light_mode
isNullOrEmpty
property
bool
get
isNullOrEmpty
Implementation
bool get isNullOrEmpty => this == null || this?.length == 0;
itwo_flutter_base package
documentation
util/util
MapExt<K, V>
isNullOrEmpty property
MapExt extension on
Map
<
K
,
V
>
?