Consumer constructor

Consumer({
  1. String? endpointUri,
  2. String? subnetwork,
})

Implementation

Consumer({
  this.endpointUri,
  this.subnetwork,
});