name property

String? name
getter/setter pair

Primary name of the device, generally provided by the user.

Names will be truncated if over the 60 Unicode code point (character) limit and no errors will be thrown. Developers are responsible for handling long names.

Implementation

core.String? name;