WriteSuccessEvent<Key extends Object, Options> constructor

WriteSuccessEvent<Key extends Object, Options>(
  1. KeyAndValue<Key, Object?> keyAndValue,
  2. Options? options
)

Construct a WriteSuccessEvent.

Implementation

WriteSuccessEvent(this.keyAndValue, this.options);