CancelledNotificationParams constructor
CancelledNotificationParams({
- MetaObject? $meta,
- String? requestId,
- String? reason,
Implementation
CancelledNotificationParams({this.$meta, this.requestId, this.reason});