Location constructor

Location({
  1. String? ip,
  2. String? port,
  3. String? host,
  4. String? name,
})

Implementation

Location({this.ip, this.port, this.host, this.name});