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