dataFromJson function

CheckSubscriptionData dataFromJson(
  1. String str
)

subscriptionType : null productId : "com.pallz.pallz_monthly" expiryDate : "2025-05-12T16:38:35" purchasedDate : "2025-05-12T16:33:35" isActive : true isTrial : false isCancelled : false isUpdated : false subscriptionPrice : 0 hasFreeAccess : false hasUserSubscribedOnces : false

Implementation

CheckSubscriptionData dataFromJson(String str) => CheckSubscriptionData.fromJson(json.decode(str));