GetConnectionsResponse constructor

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

Implementation

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