const AwsApiGatewayEventRequestContext()

in lib/events/apigateway_event.dart [239:246]


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