PLYPlanType enum Null safety
Constants
- autoRenewingSubscription → const PLYPlanType
-
const PLYPlanType(2)
- consumable → const PLYPlanType
-
const PLYPlanType(0)
- nonConsumable → const PLYPlanType
-
const PLYPlanType(1)
- nonRenewingSubscription → const PLYPlanType
-
const PLYPlanType(3)
- unknown → const PLYPlanType
-
const PLYPlanType(4)
-
values
→ const List<
PLYPlanType> -
A constant List of the values in this enum, in order of their declaration.
const List<
PLYPlanType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited