PurchasePlanModel.fromJson constructor

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

Implementation

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