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