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