ScopeType enum
Values
- global → const ScopeType
-
const ScopeType('global')
- local → const ScopeType
-
const ScopeType('local')
- with$ → const ScopeType
-
const ScopeType('with')
- closure → const ScopeType
-
const ScopeType('closure')
- catch$ → const ScopeType
-
const ScopeType('catch')
- block → const ScopeType
-
const ScopeType('block')
- script → const ScopeType
-
const ScopeType('script')
- eval → const ScopeType
-
const ScopeType('eval')
- module → const ScopeType
-
const ScopeType('module')
- wasmExpressionStack → const ScopeType
-
const ScopeType('wasm-expression-stack')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited