NetworkFabricAttributes constructor

NetworkFabricAttributes({
  1. Edition? edition,
  2. String? orderingServiceEndpoint,
})

Implementation

NetworkFabricAttributes({
  this.edition,
  this.orderingServiceEndpoint,
});