GetConnectionsResponse constructor
GetConnectionsResponse({
- List<
Connection> ? connections, - String? nextToken,
Implementation
GetConnectionsResponse({
this.connections,
this.nextToken,
});