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