ExecutionContextDescription class

Description of an isolated world.

Constructors

ExecutionContextDescription(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.
no setter
json Map<String, dynamic>
final
name String
Human readable name describing given context.
no setter
origin String
Execution context origin.
no setter
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