BackendType enum
Constants
- DUMB → const BackendType
-
const BackendType(5)
- EMULATOR → const BackendType
-
const BackendType(3)
- ERROR → const BackendType
-
const BackendType(6)
- HTTP_LOCAL_DEV → const BackendType
-
const BackendType(1)
- HTTP_PROD → const BackendType
-
const BackendType(2)
- IN_APP → const BackendType
-
const BackendType(0)
- MOCK → const BackendType
-
const BackendType(4)
-
values
→ const List<
BackendType> -
A constant List of the values in this enum, in order of their declaration.
const List<
BackendType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited