ListRemoveChange<T> constructor

const ListRemoveChange<T>(
  1. int index
)

Creates a ListRemoveChange that removes the item at index.

Implementation

const ListRemoveChange(this.index);