NetworkRoutingConfig constructor

NetworkRoutingConfig({
  1. String? routingMode,
})

Implementation

NetworkRoutingConfig({
  this.routingMode,
});