prop_key property

  1. @protected
  2. @nonVirtual
Key? prop_key
inherited

Implementation

@protected
@nonVirtual
Key? get prop_key {
  if (!this._$rxProp_key.wasInit()) {
    this._$rxProp_key.setValue(this.widget.$getProp("key"));
  }
  return this._$rxProp_key.getValue();
}