purchase property
PurchaseInfoBuilder
get
purchase
Implementation
PurchaseInfoBuilder get purchase =>
_$this._purchase ??= PurchaseInfoBuilder();
set
purchase
(PurchaseInfoBuilder? purchase)
Implementation
set purchase(PurchaseInfoBuilder? purchase) => _$this._purchase = purchase;