LinkFiveActiveProducts.fromJson constructor
Implementation
LinkFiveActiveProducts.fromJson(Map<String, dynamic> json)
: this._(
oneTimePurchaseList: LinkFiveOneTimePurchase.fromJsonList(json),
planList: LinkFivePlan.fromJsonList(json),
);