GoogleAppsCardV1SwitchControl constructor

GoogleAppsCardV1SwitchControl({
  1. String? controlType,
  2. String? name,
  3. GoogleAppsCardV1Action? onChangeAction,
  4. bool? selected,
  5. String? value,
})

Implementation

GoogleAppsCardV1SwitchControl({
  this.controlType,
  this.name,
  this.onChangeAction,
  this.selected,
  this.value,
});