menu
aws_iotevents_api package
documentation
iotevents-2018-07-27.dart
Event
Event constructor
Event constructor
dark_mode
light_mode
Event
constructor
Event
(
{
required
String
eventName
,
List
<
Action
>
?
actions
,
String
?
condition
,
})
Implementation
Event({ required this.eventName, this.actions, this.condition, });
aws_iotevents_api package
documentation
iotevents-2018-07-27
Event
Event constructor
Event class