NetworkGateway constructor

NetworkGateway({
  1. List<String> ipv4Addresses = const [],
  2. List<String> ipv6Addresses = const [],
})

Implementation

NetworkGateway({
  this.ipv4Addresses = const [],
  this.ipv6Addresses = const [],
});