menu
observable_ish package
documentation
map/map.dart
MapChange<K, V>
MapChange constructor
MapChange constructor
dark_mode
light_mode
MapChange<
K
,
V
>
constructor
MapChange<
K
,
V
>
(
MapEntry
<
K
,
V
>
?
entry
,
MapOp
op
)
Implementation
MapChange(this.entry, this.op);
observable_ish package
documentation
map/map
MapChange<K, V>
MapChange constructor
MapChange class