CloseSessionRequest constructor

CloseSessionRequest({
  1. required SessionId sessionId,
  2. AcpJsonObject? meta,
})

Creates a CloseSessionRequest value.

Implementation

CloseSessionRequest({required this.sessionId, this.meta});