toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final cmAdId = this.cmAdId;
  final cmCreativeId = this.cmCreativeId;
  final cmPlacementId = this.cmPlacementId;
  return {
    'cmAdId': ?cmAdId,
    'cmCreativeId': ?cmCreativeId,
    'cmPlacementId': ?cmPlacementId,
  };
}