toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final count = this.count;
final cr = this.cr;
final cx = this.cx;
final dateRestrict = this.dateRestrict;
final disableCnTwTranslation = this.disableCnTwTranslation;
final exactTerms = this.exactTerms;
final excludeTerms = this.excludeTerms;
final fileType = this.fileType;
final filter = this.filter;
final gl = this.gl;
final googleHost = this.googleHost;
final highRange = this.highRange;
final hl = this.hl;
final hq = this.hq;
final imgColorType = this.imgColorType;
final imgDominantColor = this.imgDominantColor;
final imgSize = this.imgSize;
final imgType = this.imgType;
final inputEncoding = this.inputEncoding;
final language = this.language;
final linkSite = this.linkSite;
final lowRange = this.lowRange;
final orTerms = this.orTerms;
final outputEncoding = this.outputEncoding;
final relatedSite = this.relatedSite;
final rights = this.rights;
final safe = this.safe;
final searchTerms = this.searchTerms;
final searchType = this.searchType;
final siteSearch = this.siteSearch;
final siteSearchFilter = this.siteSearchFilter;
final sort = this.sort;
final startIndex = this.startIndex;
final startPage = this.startPage;
final title = this.title;
final totalResults = this.totalResults;
return {
'count': ?count,
'cr': ?cr,
'cx': ?cx,
'dateRestrict': ?dateRestrict,
'disableCnTwTranslation': ?disableCnTwTranslation,
'exactTerms': ?exactTerms,
'excludeTerms': ?excludeTerms,
'fileType': ?fileType,
'filter': ?filter,
'gl': ?gl,
'googleHost': ?googleHost,
'highRange': ?highRange,
'hl': ?hl,
'hq': ?hq,
'imgColorType': ?imgColorType,
'imgDominantColor': ?imgDominantColor,
'imgSize': ?imgSize,
'imgType': ?imgType,
'inputEncoding': ?inputEncoding,
'language': ?language,
'linkSite': ?linkSite,
'lowRange': ?lowRange,
'orTerms': ?orTerms,
'outputEncoding': ?outputEncoding,
'relatedSite': ?relatedSite,
'rights': ?rights,
'safe': ?safe,
'searchTerms': ?searchTerms,
'searchType': ?searchType,
'siteSearch': ?siteSearch,
'siteSearchFilter': ?siteSearchFilter,
'sort': ?sort,
'startIndex': ?startIndex,
'startPage': ?startPage,
'title': ?title,
'totalResults': ?totalResults,
};
}