RevisionLocation constructor

RevisionLocation({
  1. AppSpecContent? appSpecContent,
  2. GitHubLocation? gitHubLocation,
  3. RevisionLocationType? revisionType,
  4. S3Location? s3Location,
  5. RawString? string,
})

Implementation

RevisionLocation({
  this.appSpecContent,
  this.gitHubLocation,
  this.revisionType,
  this.s3Location,
  this.string,
});