Map between units and its symbol
static const Map<ANGLE, String?> mapSymbols = { ANGLE.degree: '°', ANGLE.minutes: "'", ANGLE.seconds: "''", ANGLE.radians: 'rad', };