toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final counterfeit = this.counterfeit;
final destinationMismatch = this.destinationMismatch;
final destinationNotWorking = this.destinationNotWorking;
final destinationTextList = this.destinationTextList;
final httpCode = this.httpCode;
final languageCode = this.languageCode;
final legalRemoval = this.legalRemoval;
final regionalRequirements = this.regionalRequirements;
final textList = this.textList;
final trademark = this.trademark;
final websiteList = this.websiteList;
return {
'counterfeit': ?counterfeit,
'destinationMismatch': ?destinationMismatch,
'destinationNotWorking': ?destinationNotWorking,
'destinationTextList': ?destinationTextList,
'httpCode': ?httpCode,
'languageCode': ?languageCode,
'legalRemoval': ?legalRemoval,
'regionalRequirements': ?regionalRequirements,
'textList': ?textList,
'trademark': ?trademark,
'websiteList': ?websiteList,
};
}