prop_maxLength property

  1. @protected
  2. @nonVirtual
int? prop_maxLength
inherited

Implementation

@protected
@nonVirtual
int? get prop_maxLength {
  if (!this._$rxProp_maxLength.wasInit()) {
    this._$rxProp_maxLength.setValue(this.widget.$getProp("maxLength"));
  }
  return this._$rxProp_maxLength.getValue();
}