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