price property

  1. @BuiltValueField.new(wireName: r'price')
TerminalProductPrice? get price

The price of the product.

Implementation

@BuiltValueField(wireName: r'price')
TerminalProductPrice? get price;