schemaBool property

bool? schemaBool

JSON of the JsonSchema as a bool. Only this value or _schemaMap should be set, not both.

Implementation

bool? get schemaBool => _schemaBool;