objectsWithoutPricingSelectable property

bool? get objectsWithoutPricingSelectable

Implementation

bool? get objectsWithoutPricingSelectable =>
    _$this._objectsWithoutPricingSelectable;
set objectsWithoutPricingSelectable (bool? objectsWithoutPricingSelectable)

Implementation

set objectsWithoutPricingSelectable(bool? objectsWithoutPricingSelectable) =>
    _$this._objectsWithoutPricingSelectable = objectsWithoutPricingSelectable;