toJson method

Map<String, dynamic> toJson()

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!,
};