UISwitchInputBlock constructor

UISwitchInputBlock({
  1. String? id,
  2. UISwitchInputBlockData? data,
})

Implementation

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