GalaxyPurchase class
Constructors
- GalaxyPurchase.new({required String mItemId, required String mItemName, required String mItemDesc, required double mItemPrice, required String mItemPriceString, required String mType, required String mConsumableYN, required String mCurrencyUnit, required String mCurrencyCode, required String mItemImageUrl, required String mItemDownloadUrl, required String mReserved1, required String mReserved2, required String mOrderId, required String mPaymentId, required String mPurchaseId, required String mPassThroughParam, required String mVerifyUrl, required String mUdpSignature, required String mPurchaseDate})
-
GalaxyPurchase.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mConsumableYN → String
-
final
- mCurrencyCode → String
-
final
- mCurrencyUnit → String
-
final
- mItemDesc → String
-
final
- mItemDownloadUrl → String
-
final
- mItemId → String
-
final
- mItemImageUrl → String
-
final
- mItemName → String
-
final
- mItemPrice → double
-
final
- mItemPriceString → String
-
final
- mOrderId → String
-
final
- mPassThroughParam → String
-
final
- mPaymentId → String
-
final
- mPurchaseDate → String
-
final
- mPurchaseId → String
-
final
- mReserved1 → String
-
final
- mReserved2 → String
-
final
- mType → String
-
final
- mUdpSignature → String
-
final
- mVerifyUrl → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited