NetworkConfig constructor

NetworkConfig({
  1. List<String>? egressIps,
  2. String? egressMode,
})

Implementation

NetworkConfig({
  this.egressIps,
  this.egressMode,
});