toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final affiliateLocationMatchingFunction =
      this.affiliateLocationMatchingFunction;
  final affiliateLocationMatchingType = this.affiliateLocationMatchingType;
  final assetSetId = this.assetSetId;
  return {
    'affiliateLocationMatchingFunction': ?affiliateLocationMatchingFunction,
    'affiliateLocationMatchingType': ?affiliateLocationMatchingType,
    'assetSetId': ?assetSetId,
  };
}