const AwsApiGatewayEvent()

in lib/events/apigateway_event.dart [106:115]


  const AwsApiGatewayEvent(
      {this.resource,
      this.path,
      this.httpMethod,
      this.body,
      this.headers,
      this.queryStringParameters,
      this.stageVariables,
      this.requestContext,
      this.pathParameters});