parse static method

TimeConverter? parse(
  1. String id
)

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

Implementation

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