parse static method

ForceConverter? parse(
  1. String id
)

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

Implementation

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