StoreDeleteEvent<T> constructor

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

Implementation

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