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