typeName property

String get typeName

The name of the deviceType without the namespace.

Implementation

String get typeName => deviceType.split('.').last;