comment property
String?
get
comment
Description of the JsonSchema.
Spec: https://json-schema.org/draft-07/json-schema-core.html#rfc.section.9
Implementation
String? get comment => _comment;
Description of the JsonSchema.
Spec: https://json-schema.org/draft-07/json-schema-core.html#rfc.section.9
String? get comment => _comment;