encode method

Object encode()

Implementation

Object encode() {
  return <Object?>[
    productId,
    productType,
    productStatus,
    priceLabel,
    price,
    currency,
    language,
    title,
    description,
    imageUrl,
    promoImageUrl,
    subscription?.encode(),
  ];
}