GalaxyProduct class

Constructors

GalaxyProduct.new({required String itemId, required String itemName, required double itemPrice, required String itemPriceString, required String currencyUnit, required String currencyCode, required String itemDesc, required String itemImageUrl, required String itemDownloadUrl, required String reserved1, required String reserved2, required String type, required String consumableYN, required String freeTrialPeriod, required String subscriptionDurationUnit, required String subscriptionDurationMultiplier, required String tieredSubscriptionYN, required String tieredPrice, required String tieredPriceString, required String tieredSubscriptionCount, required String tieredSubscriptionDurationMultiplier, required String tieredSubscriptionDurationUnit, required int showStartDate, required int showEndDate})
GalaxyProduct.fromJson(Map<String, dynamic> json)
factory

Properties

consumableYN String
final
currencyCode String
final
currencyUnit String
final
freeTrialPeriod String
final
hashCode int
The hash code for this object.
no setterinherited
itemDesc String
final
itemDownloadUrl String
final
itemId String
final
itemImageUrl String
final
itemName String
final
itemPrice double
final
itemPriceString String
final
reserved1 String
final
reserved2 String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showEndDate int
final
showStartDate int
final
subscriptionDurationMultiplier String
final
subscriptionDurationUnit String
final
tieredPrice String
final
tieredPriceString String
final
tieredSubscriptionCount String
final
tieredSubscriptionDurationMultiplier String
final
tieredSubscriptionDurationUnit String
final
tieredSubscriptionYN String
final
type String
final

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