GitRepoSource.fromJson constructor
GitRepoSource.fromJson(
- Map json_
Implementation
GitRepoSource.fromJson(core.Map json_)
: this(
bitbucketServerConfig: json_['bitbucketServerConfig'] as core.String?,
githubEnterpriseConfig:
json_['githubEnterpriseConfig'] as core.String?,
ref: json_['ref'] as core.String?,
repoType: json_['repoType'] as core.String?,
repository: json_['repository'] as core.String?,
uri: json_['uri'] as core.String?,
);