Consumer constructor

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

Implementation

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