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