ListNotifier<E> constructor

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

Implementation

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