AwsALBEvent constructor

const AwsALBEvent({AwsALBEventContext context, String httpMethod, String path, Map<String, dynamic> headers, Map<String, dynamic> queryStringParameters, String body, bool isBase64Encoded })

Implementation

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