SessionInfo constructor

SessionInfo({
  1. List<ConnectionInfo>? connections,
})

Implementation

SessionInfo({
  this.connections,
});