ReadAllSuccessEvent<Key extends Object, Options> constructor

ReadAllSuccessEvent<Key extends Object, Options>(
  1. List<KeyAndValue<Key, Object?>> all,
  2. Options? options
)

Construct a ReadAllSuccessEvent.

Implementation

ReadAllSuccessEvent(this.all, this.options);