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