parse static method

AngleConverter? parse(
  1. String id
)

Returns the TemperatureConverter for this id or null if there is no TemperatureConverter associated with this id.

Implementation

static AngleConverter? parse(String id) => units.find(id);