StoreUpdateEvent<T> constructor

StoreUpdateEvent<T>(
  1. String key,
  2. T value
)

Implementation

StoreUpdateEvent(
  this.key,
  this.value,
);