aws_lambda_dart_runtime
alb_event
AwsALBEvent
AwsALBEvent.fromJson factory constructor
AwsALBEvent.fromJson
aws_lambda_dart_runtime
alb_event
AwsALBEvent
AwsALBEvent.fromJson factory constructor
AwsALBEvent class
Constructors
AwsALBEvent
fromJson
Properties
body
context
hashCode
headers
httpMethod
isBase64Encoded
path
queryStringParameters
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==
AwsALBEvent.fromJson
constructor
AwsALBEvent.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory AwsALBEvent.fromJson(Map<String, dynamic> json) => _$AwsALBEventFromJson(json);