StageKey constructor

StageKey({
  1. String? restApiId,
  2. String? stageName,
})

Implementation

StageKey({
  this.restApiId,
  this.stageName,
});