ProductInfo class

Constructors

ProductInfo({String? productId, int? priceType, String? price, int? microsPrice, String? originalLocalPrice, int? originalMicroPrice, String? currency, String? productName, String? productDesc, int? subSpecialPriceMicros, int? subSpecialPeriodCycles, int? subProductLevel, int? status, String? subFreeTrialPeriod, String? subGroupId, String? subGroupTitle, String? subSpecialPeriod, String? subPeriod, String? subSpecialPrice})
ProductInfo.fromJson(String str)
factory
ProductInfo.fromMap(Map map)
factory

Properties

currency String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
microsPrice int?
getter/setter pair
originalLocalPrice String?
getter/setter pair
originalMicroPrice int?
getter/setter pair
price String?
getter/setter pair
priceType int?
getter/setter pair
productDesc String?
getter/setter pair
productId String?
getter/setter pair
productName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
getter/setter pair
subFreeTrialPeriod String?
getter/setter pair
subGroupId String?
getter/setter pair
subGroupTitle String?
getter/setter pair
subPeriod String?
getter/setter pair
subProductLevel int?
getter/setter pair
subSpecialPeriod String?
getter/setter pair
subSpecialPeriodCycles int?
getter/setter pair
subSpecialPrice String?
getter/setter pair
subSpecialPriceMicros int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override