deviceName property

Future<String> deviceName
getter/setter pair

This device name does not following any guideline and is just some name that we can show for the device. Preferably hostName, if not than mDNS name, if not than will get the value of generic. This value can change after the object got created since getting host name of device is running async function.

Implementation

late Future<String> deviceName;