totalAmount property
int?
get
totalAmount
Implementation
int? get totalAmount => _$this._totalAmount;
set
totalAmount
(int? totalAmount)
Implementation
set totalAmount(int? totalAmount) => _$this._totalAmount = totalAmount;