IpPortNoAuthConnLink constructor

const IpPortNoAuthConnLink({
  1. required String ip,
  2. required int port,
  3. required String dbName,
})

Implementation

const IpPortNoAuthConnLink({
  required this.ip,
  required this.port,
  required this.dbName,
});