NetworkSettings constructor

NetworkSettings({
  1. String? ingressTrafficAllowed,
})

Implementation

NetworkSettings({
  this.ingressTrafficAllowed,
});