maxLength property
int?
get
maxLength
Maximum length of the JsonSchema value.
Reference: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.6
Implementation
int? get maxLength => _maxLength;