minLength property

  1. @override
int? minLength
override

Specifies the minimum length of a string.

Only applicable for associated string types.

Implementation

@override
int? get minLength => dataSchema?.minItems;