const AwsALBEvent()

in lib/events/alb_event.dart [46:53]


  const AwsALBEvent(
      {this.context,
      this.httpMethod,
      this.path,
      this.headers,
      this.queryStringParameters,
      this.body,
      this.isBase64Encoded});