AwsApiGatewayEventRequestContext constructor

const AwsApiGatewayEventRequestContext({String accountId String resourceId String stage String requestId String resourcePath String httpMethod String apiId })

Implementation

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