CancelRequestNotification constructor

CancelRequestNotification({
  1. required RequestId requestId,
  2. AcpJsonObject? meta,
})

Creates a CancelRequestNotification value.

Implementation

CancelRequestNotification({required this.requestId, this.meta});