menu
flutter_andomie package
documentation
utils/map_comparison.dart
MapChanges
MapChanges.changes factory constructor
MapChanges.changes factory constructor
dark_mode
light_mode
MapChanges.changes
constructor
MapChanges.changes
(
Map
oldMap
,
Map
newMap
)
Implementation
factory MapChanges.changes(Map oldMap, Map newMap) { return MapComparison.changes(oldMap, newMap); }
flutter_andomie package
documentation
utils/map_comparison
MapChanges
MapChanges.changes factory constructor
MapChanges class