Mutable set state returned by useSet.
Properties
Methods
-
add(
T item) → bool -
Adds
itemand reports whether the set changed. -
addAll(
Iterable< T> items) → void -
Adds
items, skipping the update when every value already exists. -
clear(
) → void - Removes every value, skipping the update when already empty.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
T item) → bool -
Removes
itemand reports whether the set changed. -
replaceAll(
Iterable< T> items) → void - Replaces all values when their contents differ.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited