ListConnectionsResponse constructor

ListConnectionsResponse({
  1. List<Connection>? connections,
})

Implementation

ListConnectionsResponse({
  this.connections,
});