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