typeName property
String
get
typeName
The name of the deviceType without the namespace.
Implementation
String get typeName => deviceType.split('.').last;
The name of the deviceType without the namespace.
String get typeName => deviceType.split('.').last;