json property
Implementation
Map<String, dynamic> get json => {
"productId": productId,
"planId": planId,
"purchaseDate": purchaseDate,
"endDate": endDate,
"storeType": storeType,
"customerUserId": customerUserId,
"isTrial": isTrial,
"familyName": familyName,
"attributes": attributes,
"duration": duration,
};