AtomicListValueController<T> constructor
AtomicListValueController<T> ([
- List<
T> ? initialValue
Implementation
AtomicListValueController([List<T>? initialValue]) : super(initialValue ?? []);