Connections constructor

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

Implementation

Connections({
  this.connections,
});