price property

  1. @JsonKey(name: 'price')
double price
inherited

Price of the product in the local currency.

Implementation

@JsonKey(name: 'price')
double get price => throw _privateConstructorUsedError;