totalRebatesAmount property

num? get totalRebatesAmount

Implementation

num? get totalRebatesAmount => _$this._totalRebatesAmount;
set totalRebatesAmount (num? totalRebatesAmount)

Implementation

set totalRebatesAmount(num? totalRebatesAmount) =>
    _$this._totalRebatesAmount = totalRebatesAmount;