VM class Null safety
Constructors
-
VM({String? name, int? architectureBits, String? hostCPU, String? operatingSystem, String? targetCPU, String? version, int? pid, int? startTime, List<
IsolateRef> ? isolates, List<IsolateGroupRef> ? isolateGroups, List<IsolateRef> ? systemIsolates, 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-onlyinherited
- 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 / writeinherited
- name ↔ String?
-
A name identifying this vm. Not guaranteed to be unique.
read / writeoverride
- 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-onlyinherited
- 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
-
read-onlyoverride
- 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