ListStateNotifier<T> constructor

ListStateNotifier<T>(
  1. List<T> initialList
)

Implementation

ListStateNotifier(super.initialList);