SetDiff<T> class

Annotations

Constructors

SetDiff({required ISet<T> added, required ISet<T> removed})
const
factory
SetDiff.fromISets({required ISet<T> before, required ISet<T> after})
factory

Properties

added → ISet<T>
no setterinherited
copyWith → $SetDiffCopyWith<T, SetDiff<T>>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
removed → ISet<T>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited