discount property

double? discount

Implementation

double? get discount => _$this._discount;
void discount=(double? discount)

Implementation

set discount(double? discount) => _$this._discount = discount;