BrokerInstance constructor

BrokerInstance({
  1. String? consoleURL,
  2. List<String>? endpoints,
  3. String? ipAddress,
})

Implementation

BrokerInstance({
  this.consoleURL,
  this.endpoints,
  this.ipAddress,
});