ItemUpdated<T> constructor

ItemUpdated<T>(
  1. T oldItem,
  2. T newItem
)

Implementation

ItemUpdated(this.oldItem, this.newItem);