setMinLength method

void setMinLength(
  1. int value
)
inherited

Sets the minimum length of this.

Implementation

void setMinLength(int value) => _minLength = value;