toValue static method

UuidValue toValue(
  1. String uuid
)

Creates a new UuidValue from string

Implementation

static UuidValue toValue(String uuid) => UuidValue(uuid, false);