preOrderPurchase property

bool? get preOrderPurchase

Implementation

bool? get preOrderPurchase => _$this._preOrderPurchase;
set preOrderPurchase (bool? preOrderPurchase)

Implementation

set preOrderPurchase(bool? preOrderPurchase) =>
    _$this._preOrderPurchase = preOrderPurchase;