prop_restorationId property

  1. @protected
  2. @nonVirtual
String? prop_restorationId
inherited

Implementation

@protected
@nonVirtual
String? get prop_restorationId {
  if (!this._$rxProp_restorationId.wasInit()) {
    this
        ._$rxProp_restorationId
        .setValue(this.widget.$getProp("restorationId"));
  }
  return this._$rxProp_restorationId.getValue();
}