BoolSpec constructor
const
BoolSpec({})
Creates a new BoolSpec.
Implementation
const BoolSpec({
this.defaultValue,
super.description,
super.nullable,
super.examples,
super.isDeprecated,
});
Creates a new BoolSpec.
const BoolSpec({
this.defaultValue,
super.description,
super.nullable,
super.examples,
super.isDeprecated,
});