UISwitchInputBlock constructor
UISwitchInputBlock({
- String? id,
- UISwitchInputBlockData? data,
Implementation
UISwitchInputBlock({
this.id,
this.data,
});
UISwitchInputBlock({
this.id,
this.data,
});