UISelectInputBlock constructor
UISelectInputBlock({
- String? id,
- UISelectInputBlockData? data,
Implementation
UISelectInputBlock({
this.id,
this.data,
});
UISelectInputBlock({
this.id,
this.data,
});