NetworkConfig constructor

NetworkConfig({
  1. List<Consumer>? consumers,
})

Implementation

NetworkConfig({
  this.consumers,
});