ListRemoveChange<T> constructor
const
ListRemoveChange<T> (
- int index
Creates a ListRemoveChange that removes the item at index.
Implementation
const ListRemoveChange(this.index);
Creates a ListRemoveChange that removes the item at index.
const ListRemoveChange(this.index);