factory OriginDetails.fromJson(Map<String, dynamic> json) { return OriginDetails( productId: json['ProductId'] as String, ); }