StoreCreateEvent<T> constructor

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

Implementation

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