minLength property
int?
get
minLength
Minimum length of the JsonSchema value.
Reference: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.7
Implementation
int? get minLength => _minLength;