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