id property Null safety

String id
override

returns the id of the hub

Implementation

String get id {
  return device.id.toString();
}