factory MetadataValue.fromJson(Map<String, dynamic> json) { return MetadataValue( value: json['Value'] as String?, ); }