parse static method

PowerConverter? parse(
  1. String id
)

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

Implementation

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