maxLength property

int? get maxLength

Implementation

int? get maxLength => _$this._maxLength;
set maxLength (int? maxLength)

Implementation

set maxLength(int? maxLength) => _$this._maxLength = maxLength;