HubJoin constructor

HubJoin({
  1. required String agentId,
  2. required String channel,
})

Implementation

HubJoin({required this.agentId, required this.channel});