toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final advertiserId = this.advertiserId;
  final networkId = this.networkId;
  final timeZone = this.timeZone;
  return {
    'advertiserId': ?advertiserId,
    'networkId': ?networkId,
    'timeZone': ?timeZone,
  };
}