convertFromTo method
Implementation
String? convertFromTo(NUMERAL_SYSTEMS from, NUMERAL_SYSTEMS to) {
final Property property = NumeralSystems()..convert(from, this);
return property.getUnit(to).stringValue;
}
String? convertFromTo(NUMERAL_SYSTEMS from, NUMERAL_SYSTEMS to) {
final Property property = NumeralSystems()..convert(from, this);
return property.getUnit(to).stringValue;
}