name property Null safety

String name
override

returns the name of the hub

Implementation

String get name {
  return device.name;
}