itemAmount property

num? get itemAmount

Implementation

num? get itemAmount => _$this._itemAmount;
set itemAmount (num? itemAmount)

Implementation

set itemAmount(num? itemAmount) => _$this._itemAmount = itemAmount;