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