price property

  1. @JsonKey(defaultValue: 0, name: 'Price')
num price
final

Product price, in "xxxx.yy" format.

Implementation

@JsonKey(defaultValue: 0, name: 'Price')
final num price;