ReadAllFailureEvent<Key extends Object, Options> constructor

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

Construct a ReadAllFailureEvent.

Implementation

ReadAllFailureEvent(this.error, this.options);