SetAction<E> constructor
const
SetAction<E> (
- Set<
E> _set(), - void add(
- E element
- void addAll(
- Set<
E>
- Set<
- void replace(
- Set<
E>
- Set<
- void toggle(
- E element
- void remove(
- E element
- VoidCallback reset,
Implementation
const SetAction(
this._set,
this.add,
this.addAll,
this.replace,
this.toggle,
this.remove,
this.reset,
);