parse static method

SpeedConverter? parse(
  1. String id
)

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

Implementation

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