ClearFailureEvent<Key extends Object, Options> constructor

ClearFailureEvent<Key extends Object, Options>(
  1. RxStorageError error,
  2. Options? options
)

Construct a ClearFailureEvent.

Implementation

ClearFailureEvent(this.error, this.options);