PLYSubscriptionSource enum Null safety
Constants
- amazonAppstore → const PLYSubscriptionSource
-
const PLYSubscriptionSource(2)
- appleAppStore → const PLYSubscriptionSource
-
const PLYSubscriptionSource(0)
- googlePlayStore → const PLYSubscriptionSource
-
const PLYSubscriptionSource(1)
- huaweiAppGallery → const PLYSubscriptionSource
-
const PLYSubscriptionSource(3)
- none → const PLYSubscriptionSource
-
const PLYSubscriptionSource(4)
-
values
→ const List<
PLYSubscriptionSource> -
A constant List of the values in this enum, in order of their declaration.
const List<
PLYSubscriptionSource>
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