toArgMap method
Implementation
Map<String, Object?> toArgMap() => {
if (repository != null) 'repository': repository!.toTfJson(),
if (push != null) 'push': [push!.toArgMap()],
if (pullRequest != null) 'pull_request': [pullRequest!.toArgMap()],
};