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