tipAmount property

num? get tipAmount

Implementation

num? get tipAmount => _$this._tipAmount;
set tipAmount (num? tipAmount)

Implementation

set tipAmount(num? tipAmount) => _$this._tipAmount = tipAmount;