SetNotifier<E> constructor

SetNotifier<E>(
  1. [Iterable<E> base = const []]
)

Implementation

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