toValue method
Implementation
String toValue() {
switch (this) {
case AngleUnits.degreeAngle:
return 'DEGREE_ANGLE';
case AngleUnits.radian:
return 'RADIAN';
}
}
String toValue() {
switch (this) {
case AngleUnits.degreeAngle:
return 'DEGREE_ANGLE';
case AngleUnits.radian:
return 'RADIAN';
}
}