toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'country': country,
      'currency': currency,
      'price': price,
      'tier': tier,
      'applePrice': applePrice,
      'appleCurrency': appleCurrency
    };