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

added List<String>
final
hashCode int
The hash code for this object.
no setterinherited
modified List<String>
final
removed List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unchanged List<String>
final

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