TrackedList<E> constructor

TrackedList<E>(
  1. List<E> _inner,
  2. void onUpdate()
)

Implementation

TrackedList(this._inner, this.onUpdate);