rawPrice property

double? get rawPrice

Implementation

double? get rawPrice => _$this._rawPrice;
set rawPrice (double? rawPrice)

Implementation

set rawPrice(double? rawPrice) => _$this._rawPrice = rawPrice;