fromJsonList static method
Implementation
static List<LinkFiveOneTimePurchase> fromJsonList(Map<String, dynamic> json) =>
(json["oneTimePurchaseList"] as List).map((e) => LinkFiveOneTimePurchase.fromJson(e)).toList();
static List<LinkFiveOneTimePurchase> fromJsonList(Map<String, dynamic> json) =>
(json["oneTimePurchaseList"] as List).map((e) => LinkFiveOneTimePurchase.fromJson(e)).toList();