ItemDetails class

Available extensions
Annotations
  • @anonymous
  • @JS()
  • @staticInterop

Constructors

ItemDetails({required String itemId, required String title, required PaymentCurrencyAmount price, ItemType? type, String? description, Iterable<String>? iconURLs, String? subscriptionPeriod, String? freeTrialPeriod, PaymentCurrencyAmount? introductoryPrice, String? introductoryPricePeriod, int? introductoryPriceCycles})
factory

Properties

description String

Available on ItemDetails, provided by the PropsItemDetails extension

getter/setter pair
freeTrialPeriod String

Available on ItemDetails, provided by the PropsItemDetails extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconURLs Iterable<String>

Available on ItemDetails, provided by the PropsItemDetails extension

getter/setter pair
introductoryPrice PaymentCurrencyAmount

Available on ItemDetails, provided by the PropsItemDetails extension

getter/setter pair
introductoryPriceCycles int

Available on ItemDetails, provided by the PropsItemDetails extension

getter/setter pair
introductoryPricePeriod String

Available on ItemDetails, provided by the PropsItemDetails extension

getter/setter pair
itemId String

Available on ItemDetails, provided by the PropsItemDetails extension

getter/setter pair
price PaymentCurrencyAmount

Available on ItemDetails, provided by the PropsItemDetails extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionPeriod String

Available on ItemDetails, provided by the PropsItemDetails extension

getter/setter pair
title String

Available on ItemDetails, provided by the PropsItemDetails extension

getter/setter pair
type ItemType

Available on ItemDetails, provided by the PropsItemDetails extension

getter/setter pair

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