toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final customerId = this.customerId;
  final nameQuery = this.nameQuery;
  final pathQuery = this.pathQuery;
  final reachApplicationInfo = this.reachApplicationInfo;
  final userInterestTaxonomyTypes = this.userInterestTaxonomyTypes;
  return {
    'customerId': ?customerId,
    'nameQuery': ?nameQuery,
    'pathQuery': ?pathQuery,
    'reachApplicationInfo': ?reachApplicationInfo,
    'userInterestTaxonomyTypes': ?userInterestTaxonomyTypes,
  };
}