price property

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

Introductory price of a subscription in the local currency.

Implementation

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