NamiSKU class
This object represents a specific in-app purchase SKU available on a specific platform.
Constructors
- NamiSKU(String? name, String skuId, NamiSKUType type, String? id)
- NamiSKU.fromMap(Map map)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- name → String?
-
name of the product as set in the Nami Control Center
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skuId → String
-
The store platform reference ID of the SKU
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
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited