CancelRequestNotification constructor
CancelRequestNotification({
- required RequestId requestId,
- AcpJsonObject? meta,
Creates a CancelRequestNotification value.
Implementation
CancelRequestNotification({required this.requestId, this.meta});