LocalIpDetails constructor

LocalIpDetails({
  1. String? ipAddressV4,
})

Implementation

LocalIpDetails({
  this.ipAddressV4,
});