toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final studioAccountId = this.studioAccountId;
  final studioAdvertiserId = this.studioAdvertiserId;
  final studioCreativeId = this.studioCreativeId;
  return {
    'studioAccountId': ?studioAccountId,
    'studioAdvertiserId': ?studioAdvertiserId,
    'studioCreativeId': ?studioCreativeId,
  };
}