typeName property

String get typeName
inherited

The name of the deviceType without the namespace.

Implementation

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