maxLength property

int? maxLength
override

Implementation

int? get maxLength => _$this._maxLength;
void maxLength=(covariant int? maxLength)
covariantoverride

Implementation

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