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