rawPrice property

String? get rawPrice

Implementation

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

Implementation

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