SetNotifier<E> constructor
SetNotifier<E> (
- [Iterable<
E> base = const []]
Implementation
SetNotifier([Iterable<E> base = const []]) : super(Set<E>.of(base));
SetNotifier([Iterable<E> base = const []]) : super(Set<E>.of(base));