parse static method

AreaConverter? parse(
  1. String id
)

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

Implementation

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