SetDiff<E> class
abstract
- Implementers
- Available extensions
Constructors
-
SetDiff(SetDiffArguments<
E> args, SetDiffType type) -
SetDiff.add(SetDiffArguments<
E> args, Set<E> items) -
factory
-
SetDiff.remove(SetDiffArguments<
E> args, Set<E> items) -
factory
-
SetDiff.update(SetDiffArguments<
E> args, E oldValue, E newValue) -
factory
Properties
-
args
→ SetDiffArguments<
E> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
items
→ Set<
E> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → SetDiffType
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recast<
R> (SetDiffArguments< R> args) → SetDiff<R> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override