Source enum

Inheritance

Constructors

Source()
const

Values

IS_INSTALLED_FROM_PLAY_STORE → const Source
IS_INSTALLED_FROM_PLAY_PACKAGE_INSTALLER → const Source
IS_INSTALLED_FROM_RU_STORE → const Source
IS_INSTALLED_FROM_LOCAL_SOURCE → const Source
IS_INSTALLED_FROM_AMAZON_APP_STORE → const Source
IS_INSTALLED_FROM_SAMSUNG_GALAXY_STORE → const Source
IS_INSTALLED_FROM_SAMSUNG_SMART_SWITCH_MOBILE → const Source
IS_INSTALLED_FROM_OPPO_APP_MARKET → const Source
IS_INSTALLED_FROM_XIAOMI_GET_APPS → const Source
IS_INSTALLED_FROM_VIVO_APP_STORE → const Source
IS_INSTALLED_FROM_OTHER_SOURCE → const Source
IS_INSTALLED_FROM_APP_STORE → const Source
IS_INSTALLED_FROM_TEST_FLIGHT → const Source
UNKNOWN → const Source

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<Source>
A constant List of the values in this enum, in order of their declaration.