toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (api != null) 'api': api!,
  if (gitHttp != null) 'gitHttp': gitHttp!,
  if (gitSsh != null) 'gitSsh': gitSsh!,
  if (html != null) 'html': html!,
};