RevisionLocation constructor
RevisionLocation({
- AppSpecContent? appSpecContent,
- GitHubLocation? gitHubLocation,
- RevisionLocationType? revisionType,
- S3Location? s3Location,
- RawString? string,
Implementation
RevisionLocation({
this.appSpecContent,
this.gitHubLocation,
this.revisionType,
this.s3Location,
this.string,
});