BooleanSchema constructor
Creates a BooleanSchema.
Implementation
BooleanSchema({super.title, super.description, super.defaultValue})
: super(type: 'boolean');
Creates a BooleanSchema.
BooleanSchema({super.title, super.description, super.defaultValue})
: super(type: 'boolean');