schemaBool property
bool?
get
schemaBool
JSON of the JsonSchema as a bool. Only this value or _schemaMap
should be set, not both.
Implementation
bool? get schemaBool => _schemaBool;
JSON of the JsonSchema as a bool. Only this value or _schemaMap
should be set, not both.
bool? get schemaBool => _schemaBool;