checkSubscriptionResponseFromJson function
data : {"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} message : "Success" apiName : "GetUserSubscription"
Implementation
CheckSubscriptionResponse checkSubscriptionResponseFromJson(String str) => CheckSubscriptionResponse.fromJson(json.decode(str));