maxLength property

int get maxLength

Implementation

int get maxLength => _maxLength;
set maxLength (int maxLength)

Implementation

set maxLength(int maxLength) {
  _maxLength = maxLength;
  _httpsDebugContext = HttpDebugContext(maxLength: _maxLength);
}