Hello constructor

Hello({
  1. required ZenohId zid,
  2. required WhatAmI whatami,
  3. required List<String> locators,
})

Creates a Hello from its components.

Implementation

Hello({required this.zid, required this.whatami, required this.locators});