introPrice property

  1. @Deprecated('Use price instead.')
double introPrice

Introductory price of a subscription in the local currency.

Implementation

@Deprecated('Use price instead.')
double get introPrice => price;