ListNotifier<E> constructor

ListNotifier<E>(
  1. List<E> initial
)

Implementation

ListNotifier(super.initial);