toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final addOn = this.addOn;
final entryPointType = this.entryPointType;
final executionApi = this.executionApi;
final webApp = this.webApp;
return {
'addOn': ?addOn,
'entryPointType': ?entryPointType,
'executionApi': ?executionApi,
'webApp': ?webApp,
};
}