aws_lambda_dart_runtime
alexa_event
AwsAlexaEvent
AwsAlexaEvent const constructor
AwsAlexaEvent
aws_lambda_dart_runtime
alexa_event
AwsAlexaEvent
AwsAlexaEvent const constructor
AwsAlexaEvent class
Constructors
AwsAlexaEvent
fromJson
Properties
header
payload
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
AwsAlexaEvent
constructor
const
AwsAlexaEvent
(
{
AwsAlexaEventHeader
header
,
Map
<
String
,
dynamic
>
payload
})
Implementation
const AwsAlexaEvent({this.header, this.payload});