RemoveSuccessEvent<Key extends Object, Options> constructor

RemoveSuccessEvent<Key extends Object, Options>(
  1. Key key,
  2. Options? options
)

Construct a RemoveSuccessEvent.

Implementation

RemoveSuccessEvent(this.key, this.options);