toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final adId = this.adId;
  final assetFieldType = this.assetFieldType;
  final assetId = this.assetId;
  final clickId = this.clickId;
  final criterionId = this.criterionId;
  final id = this.id;
  final merchantId = this.merchantId;
  final productChannel = this.productChannel;
  final productCountryCode = this.productCountryCode;
  final productId = this.productId;
  final productLanguageCode = this.productLanguageCode;
  final productStoreId = this.productStoreId;
  final resourceName = this.resourceName;
  final visitDateTime = this.visitDateTime;
  return {
    'adId': ?adId,
    'assetFieldType': ?assetFieldType,
    'assetId': ?assetId,
    'clickId': ?clickId,
    'criterionId': ?criterionId,
    'id': ?id,
    'merchantId': ?merchantId,
    'productChannel': ?productChannel,
    'productCountryCode': ?productCountryCode,
    'productId': ?productId,
    'productLanguageCode': ?productLanguageCode,
    'productStoreId': ?productStoreId,
    'resourceName': ?resourceName,
    'visitDateTime': ?visitDateTime,
  };
}