factory CopyProductOutput.fromJson(Map<String, dynamic> json) { return CopyProductOutput( copyProductToken: json['CopyProductToken'] as String?, ); }