json property

Map<String, dynamic> json

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,
    };