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