SetNotifier<T> constructor
SetNotifier<T> ([
- Set<
T> set = const {}
Constructs a SetNotifier with an initial set.
Implementation
SetNotifier([Set<T> set = const {}]) : _set = Set<T>.from(set);