ExceptionRevokedEvent constructor

ExceptionRevokedEvent({
  1. required String reason,
  2. required int exceptionId,
})

Implementation

ExceptionRevokedEvent({required this.reason, required this.exceptionId});