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