ExpirationEvent constructor

ExpirationEvent(
  1. String target,
  2. int expiry
)

Implementation

ExpirationEvent(this.target, this.expiry);