price property

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

Identifier of the discount.

Implementation

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