parse static method

NumberConverter? parse(
  1. String id
)

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

Implementation

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