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