value property

  1. @BuiltValueField.new(wireName: r'value')
double? get value

The price of the item.

Implementation

@BuiltValueField(wireName: r'value')
double? get value;