getUnitSymbol method

  1. @override
String getUnitSymbol(
  1. TemperatureUnit unit,
  2. String locale
)
inherited

Gets the a unit symbol in the given locale.

Implementation

@override
String getUnitSymbol(TemperatureUnit unit, String locale) =>
    unit.getSymbol(locale: locale);