SocketLane constructor

const SocketLane({
  1. required String host,
  2. int? port,
})

Implementation

const SocketLane({required this.host, this.port});