VM class
Constructors
-
VM({@required String name, @required int architectureBits, @required String hostCPU, @required String operatingSystem, @required String targetCPU, @required String version, @required int pid, @required int startTime, @required List<
IsolateRef> isolates, @required List<IsolateGroupRef> isolateGroups, @required List<IsolateRef> systemIsolates, @required List<IsolateGroupRef> systemIsolateGroups})
Properties
- architectureBits ↔ int
-
Word length on target architecture (e.g. 32, 64).
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hostCPU ↔ String
-
The CPU we are actually running on.
read / write
-
isolateGroups
↔ List<
IsolateGroupRef> -
A list of isolate groups running in the VM.
read / write
-
isolates
↔ List<
IsolateRef> -
A list of isolates running in the VM.
read / write
-
json
↔ Map<
String, dynamic> -
read / write, inherited
- name ↔ String
-
A name identifying this vm. Not guaranteed to be unique.
read / write, override
- operatingSystem ↔ String
-
The operating system we are running on.
read / write
- pid ↔ int
-
The process id for the VM.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- startTime ↔ int
-
The time that the VM started in milliseconds since the epoch. [...]
read / write
-
systemIsolateGroups
↔ List<
IsolateGroupRef> -
A list of isolate groups which contain system isolates running in the VM.
read / write
-
systemIsolates
↔ List<
IsolateRef> -
A list of system isolates running in the VM.
read / write
- targetCPU ↔ String
-
The CPU we are generating code for.
read / write
- type ↔ String
-
Every response returned by the VM Service has the type property. This
allows the client distinguish between different kinds of responses.
read / write, inherited
- version ↔ String
-
The Dart VM version string.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited