toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final adTrackingId = this.adTrackingId;
  final description1 = this.description1;
  final description2 = this.description2;
  final headline = this.headline;
  final headline2 = this.headline2;
  final headline3 = this.headline3;
  final path1 = this.path1;
  final path2 = this.path2;
  return {
    'adTrackingId': ?adTrackingId,
    'description1': ?description1,
    'description2': ?description2,
    'headline': ?headline,
    'headline2': ?headline2,
    'headline3': ?headline3,
    'path1': ?path1,
    'path2': ?path2,
  };
}