BooleanSchema constructor

const BooleanSchema({
  1. String? title,
  2. String? description,
  3. bool? defaultValue,
})

Implementation

const BooleanSchema({
  this.title,
  this.description,
  this.defaultValue,
});