LinkFiveActiveProducts.fromJson constructor

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

Implementation

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