prop_readOnly property

  1. @protected
  2. @nonVirtual
bool prop_readOnly
inherited

Implementation

@protected
@nonVirtual
bool get prop_readOnly {
  if (!this._$rxProp_readOnly.wasInit()) {
    this._$rxProp_readOnly.setValue(this.widget.$getProp("readOnly", false));
  }
  return this._$rxProp_readOnly.getValue();
}