GoogleAppsCardV1ExpressionData constructor

GoogleAppsCardV1ExpressionData({
  1. List<GoogleAppsCardV1Condition>? conditions,
  2. List<GoogleAppsCardV1EventAction>? eventActions,
  3. String? expression,
  4. String? id,
})

Implementation

GoogleAppsCardV1ExpressionData({
  this.conditions,
  this.eventActions,
  this.expression,
  this.id,
});