name property
Get the name reported for this Device. This value may be the text "null" if the Host name was not set in the Server or Client.
Implementation
String get name => _name;
Set a name for this Device.
Implementation
set name(String name) => _name = name ?? _UNKNOWN_DEVICE;