setMaxLength method

void setMaxLength(
  1. int value
)
inherited

Implementation

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