HubProtocol constructor
HubProtocol({
- String? name,
- int? version,
- TransferFormat? transferFormat,
Implementation
HubProtocol({
this.name,
this.version,
this.transferFormat,
});