setMaxLength method

void setMaxLength(
  1. int value
)
inherited

Sets the maximum length of this.

Implementation

void setMaxLength(int value) => _maxLength = value;