HubProtocol constructor

HubProtocol({
  1. String? name,
  2. int? version,
  3. TransferFormat? transferFormat,
})

Implementation

HubProtocol({
  this.name,
  this.version,
  this.transferFormat,
});