parse static method

VolumeConverter? parse(
  1. String id
)

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

Implementation

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