itemAmount property

  1. @BuiltValueField.new(wireName: r'ItemAmount')
num? get itemAmount

Total amount of the item line.

Implementation

@BuiltValueField(wireName: r'ItemAmount')
num? get itemAmount;