BooleanPropertySchema constructor
BooleanPropertySchema({
- String? title,
- String? description,
- bool? defaultValue,
- AcpJsonObject? meta,
Creates a BooleanPropertySchema value.
Implementation
BooleanPropertySchema({
this.title,
this.description,
this.defaultValue,
this.meta,
});