parse static method

StorageConverter? parse(
  1. String id
)

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

Implementation

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