ProductDetail class
Constructors
- ProductDetail.new({required String productId, required String title, required String description, required double price, required String localizedPrice, required String type, required String json, required String periodUnit, required int periodValue, required String periodTitle, required String introductoryOffer, required String introductoryOfferPeriod, required bool isTrial})
Properties
- description → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- introductoryOffer → String
-
final
- introductoryOfferPeriod → String
-
final
- isTrial → bool
-
final
- json → String
-
final
- localizedPrice → String
-
final
- periodTitle → String
-
final
- periodUnit → String
-
final
- periodValue → int
-
final
- price → double
-
final
- productId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → 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