ListAtomNotifier<T> constructor

ListAtomNotifier<T>(
  1. List<T> value
)

Implementation

ListAtomNotifier(this.value) : super(value);