toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bitbucketServerConfigs != null)
'bitbucketServerConfigs': bitbucketServerConfigs!,
if (nextPageToken != null) 'nextPageToken': nextPageToken!,
};