StageKey class

A reference to a unique stage identified in the format {restApiId}/{stage}.

Constructors

StageKey({String? restApiId, String? stageName})

Properties

hashCode int
The hash code for this object.
no setterinherited
restApiId String?
The string identifier of the associated RestApi.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stageName String?
The stage name associated with the stage key.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited