BrokerApi constructor

const BrokerApi({
  1. Type? brokerInterface,
  2. bool concurrent = false,
})

Implementation

const BrokerApi({
  this.brokerInterface,
  this.concurrent = false,
});