ExtensionType enum
The type of this extension, app, or theme.
Values
- extension → const ExtensionType
-
const ExtensionType('extension')
- hostedApp → const ExtensionType
-
const ExtensionType('hosted_app')
- packagedApp → const ExtensionType
-
const ExtensionType('packaged_app')
- legacyPackagedApp → const ExtensionType
-
const ExtensionType('legacy_packaged_app')
- theme → const ExtensionType
-
const ExtensionType('theme')
- loginScreenExtension → const ExtensionType
-
const ExtensionType('login_screen_extension')
Properties
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
Static Methods
-
fromJS(
String value) → ExtensionType
Constants
-
values
→ const List<
ExtensionType> - A constant List of the values in this enum, in order of their declaration.