GoogleAppsCardV1Action constructor

GoogleAppsCardV1Action({
  1. bool? allWidgetsAreRequired,
  2. String? function,
  3. String? interaction,
  4. String? loadIndicator,
  5. List<GoogleAppsCardV1ActionParameter>? parameters,
  6. bool? persistValues,
  7. List<String>? requiredWidgets,
})

Implementation

GoogleAppsCardV1Action({
  this.allWidgetsAreRequired,
  this.function,
  this.interaction,
  this.loadIndicator,
  this.parameters,
  this.persistValues,
  this.requiredWidgets,
});