GoogleAppsCardV1ExpressionData constructor
GoogleAppsCardV1ExpressionData({
- List<
GoogleAppsCardV1Condition> ? conditions, - List<
GoogleAppsCardV1EventAction> ? eventActions, - String? expression,
- String? id,
Implementation
GoogleAppsCardV1ExpressionData({
this.conditions,
this.eventActions,
this.expression,
this.id,
});