UISelectInputBlock constructor

UISelectInputBlock({
  1. String? id,
  2. UISelectInputBlockData? data,
})

Implementation

UISelectInputBlock({
  this.id,
  this.data,
});