AwsApiGatewayEventRequestContext constructor

const AwsApiGatewayEventRequestContext(
  1. {String accountId,
  2. String resourceId,
  3. String stage,
  4. String requestId,
  5. String resourcePath,
  6. String httpMethod,
  7. String apiId}
)

Implementation

const AwsApiGatewayEventRequestContext(
    {this.accountId,
    this.resourceId,
    this.stage,
    this.requestId,
    this.resourcePath,
    this.httpMethod,
    this.apiId});