CancelledNotificationParams constructor

CancelledNotificationParams({
  1. MetaObject? $meta,
  2. String? requestId,
  3. String? reason,
})

Implementation

CancelledNotificationParams({this.$meta, this.requestId, this.reason});