typeToString method
Returns the string representation of the enum
e.g. HealthWorkoutActivityType.CYCLING
-> 'CYCLING'
Implementation
String typeToString() => _enumToString(this);
Returns the string representation of the enum
e.g. HealthWorkoutActivityType.CYCLING
-> 'CYCLING'
String typeToString() => _enumToString(this);