name property

String name

Get the name of this Host. Must have been set using the set property or constructor

Implementation

String get name => _name;
void name= (String name)

Set the name of this Host. Useful for identification purposes. This will be sent to all other communicating devices as the name of the host

Implementation

set name (String name) => _name = name;