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