getUnit method

String? getUnit(
  1. String unitType
)

Implementation

String? getUnit(final String unitType) {
  return units_[unitType];
}