minLength property

int? minLength
final

Minimum string length.

Optional. Omitted and null are equivalent and mean there is no minimum length constraint.

Implementation

final int? minLength;