price property

num price
getter/setter pair

Price of the product, without its currency, taxes included.

Implementation

@JsonKey()
late num price;