NamiSKU class

This object represents a specific in-app purchase SKU available on a specific platform.

Constructors

NamiSKU(String description, String title, NamiSKUType type, String? localizedMultipliedPrice, String price, String? subscriptionGroupIdentifier, String skuId, String localizedPrice, int numberOfUnits, String? priceLanguage, String priceCurrency, String? priceCountry, PeriodUnit periodUnit, bool featured)
NamiSKU.fromMap(Map map)
factory

Properties

description String
description of the product
final
final
hashCode int
The hash code for this object.
no setterinherited
localizedMultipliedPrice String?
iOS only
final
localizedPrice String
Formatted price of the item, including its currency sign
final
numberOfUnits int
The number of times this product will occur in a single purchase term
final
periodUnit PeriodUnit
The time period for the unit of purchase
final
price String
Price for the user's store locale as a decimal value
final
priceCountry String?
iOS only
final
priceCurrency String
currency code for price
final
priceLanguage String?
iOS only
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skuId String
The ID of the SKU, which will match what you set in the Control Center
final
subscriptionGroupIdentifier String?
iOS only
final
title String
title of the product
final
type NamiSKUType
The type of SKU. Will tell you if it is a subscription or one-time purchase
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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