toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final api = this.api;
final gitHttp = this.gitHttp;
final gitSsh = this.gitSsh;
final html = this.html;
return {'api': ?api, 'gitHttp': ?gitHttp, 'gitSsh': ?gitSsh, 'html': ?html};
}