readOnly property
bool
get
readOnly
Whether the JSON Schema is read-only.
Spec: https://json-schema.org/draft-07/json-schema-validation.html#rfc.section.10.3
Implementation
bool get readOnly => _readOnly;