ScopeType enum

Inheritance

Constructors

ScopeType(String value)
const
ScopeType.fromJson(String value)
factory

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
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

Constants

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