toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "hidePrice": hidePrice,
      "showReview": showReview,
      "aspectRatio": aspectRatio,
      "showCategory": showCategory,
      "showVariants": showVariants,
      "showSubCategory": showSubCategory,
      "availableForSubscription": availableForSubscription,
    };