MapChanges class
Constructors
-
MapChanges.new({List<
String> added = const [], List<String> removed = const [], List<String> modified = const [], List<String> unchanged = const []}) -
const
- MapChanges.changes(Map oldMap, Map newMap)
-
factory
- MapChanges.compare(Map oldMap, Map newMap)
-
factory
Properties
Methods
-
isAdded(
String path) → bool -
isChanged(
String path) → bool -
isNotChanged(
String path) → bool -
isRemoved(
String path) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited