toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final appId = this.appId;
final appStore = this.appStore;
final biddingStrategyGoalType = this.biddingStrategyGoalType;
return {
'appId': ?appId,
'appStore': ?appStore,
'biddingStrategyGoalType': ?biddingStrategyGoalType,
};
}