parse static method

Ulid parse(
  1. String id
)

Implementation

static Ulid parse(String id) => Ulid.parse(id);