GoogleAppsCardV1SwitchControl constructor
      
      GoogleAppsCardV1SwitchControl({ 
    
    
- String? controlType,
- String? name,
- GoogleAppsCardV1Action? onChangeAction,
- bool? selected,
- String? value,
Implementation
GoogleAppsCardV1SwitchControl({
  this.controlType,
  this.name,
  this.onChangeAction,
  this.selected,
  this.value,
});