ListSessionsRequest constructor
ListSessionsRequest({
- String? cwd,
- String? cursor,
- AcpJsonMap? meta,
Implementation
ListSessionsRequest({this.cwd, this.cursor, AcpJsonMap? meta})
: meta = meta == null ? null : deepFreezeAcpJsonMap(meta!);