Returns a deserialized version of the UuidValue.
static UuidValue fromJson(dynamic value) { if (value is UuidValue) return value; return UuidValue.withValidation(value as String); }