GoogleAppsCardV1EventAction constructor

GoogleAppsCardV1EventAction({
  1. String? actionRuleId,
  2. GoogleAppsCardV1CommonWidgetAction? commonWidgetAction,
  3. List<GoogleAppsCardV1Trigger>? postEventTriggers,
})

Implementation

GoogleAppsCardV1EventAction({
  this.actionRuleId,
  this.commonWidgetAction,
  this.postEventTriggers,
});