GetConnectionsResponse constructor

GetConnectionsResponse({
  1. List<Connection>? connections,
  2. String? nextToken,
})

Implementation

GetConnectionsResponse({
  this.connections,
  this.nextToken,
});