minLength property
An integer value that determines the smallest number of characters that you want to allow for String types.
Implementation
final int? minLength;
An integer value that determines the smallest number of characters that you want to allow for String types.
final int? minLength;