CancelSessionNotification constructor
CancelSessionNotification({
- required SessionId sessionId,
- AcpJsonObject? meta,
Creates a CancelSessionNotification value.
Implementation
CancelSessionNotification({required this.sessionId, this.meta});