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}
)
Implementation
VM({
this.name,
this.architectureBits,
this.hostCPU,
this.operatingSystem,
this.targetCPU,
this.version,
this.pid,
this.startTime,
this.isolates,
this.isolateGroups,
this.systemIsolates,
this.systemIsolateGroups,
});