TrackedList<E> constructor
TrackedList<E> (
- List<
E> _inner, - void onUpdate()
Implementation
TrackedList(this._inner, this.onUpdate);
TrackedList(this._inner, this.onUpdate);