toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (gitRepositoryLink != null) 'gitRepositoryLink': gitRepositoryLink!,
if (gitRepositoryLinkType != null)
'gitRepositoryLinkType': gitRepositoryLinkType!,
if (pullRequest != null) 'pullRequest': pullRequest!,
if (push != null) 'push': push!,
};