GoogleAppsCardV1Action constructor

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

Implementation

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