menu
el_flutter package
documentation
ext.dart
ElDartMapExt<K, V>
neq method
neq method
dark_mode
light_mode
neq
method
bool
neq
(
Map
other
)
判断两个 Map 是否不相等
Implementation
bool neq(Map other) => !eq(other);
el_flutter package
documentation
ext
ElDartMapExt<K, V>
neq method
ElDartMapExt extension on
Map
<
K
,
V
>