typeString property

String typeString

The type of activity as a String.

Implementation

String get typeString => type.toString().split('.').last;