ReadValueSuccessEvent<Key extends Object, Options> constructor

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

Construct a ReadValueSuccessEvent.

Implementation

ReadValueSuccessEvent(this.keyAndValue, this.options);