parse static method

PressureConverter? parse(
  1. String id
)

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

Implementation

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