IntroductoryPrice.fromJson constructor

IntroductoryPrice.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory IntroductoryPrice.fromJson(Map<String, dynamic> json) =>
    _$IntroductoryPriceFromJson(json);