toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'mItemType': mItemType,
      'mSku': mSku,
      'mType': mType,
      'mPrice': mPrice,
      'mPriceAmountMicros': mPriceAmountMicros,
      'mPriceCurrencyCode': mPriceCurrencyCode,
      'mTitle': mTitle,
      'mDescription': mDescription,
      'mJson': mJson,
    };