unitPrice property

int? get unitPrice

Implementation

int? get unitPrice => _$this._unitPrice;
set unitPrice (int? unitPrice)

Implementation

set unitPrice(int? unitPrice) => _$this._unitPrice = unitPrice;