valueMinLength constant
IriTerm
const valueMinLength
IRI for schema:valueMinLength [Expects: https://schema.org/Number]
Specifies the minimum allowed range for number of characters in a literal value.
Can be used on: https://schema.org/PropertyValueSpecification
Implementation
static const valueMinLength = const IriTerm(
'https://schema.org/valueMinLength',
);