WriteFailureEvent<Key extends Object, Options> constructor

WriteFailureEvent<Key extends Object, Options>(
  1. KeyAndValue<Key, Object?> keyAndValue,
  2. Options? options,
  3. RxStorageError error
)

Construct a WriteFailureEvent.

Implementation

WriteFailureEvent(this.keyAndValue, this.options, this.error);