toJson method
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,
};
}