IpConfig constructor

IpConfig({
  1. String? ipAddress,
  2. List<int>? ports,
})

Implementation

IpConfig({
  this.ipAddress,
  this.ports,
});