Isolate constructor
Isolate({ - String? id,
- String? number,
- String? name,
- bool? isSystemIsolate,
- String? isolateGroupId,
- List<IsolateFlag>? isolateFlags,
- int? startTime,
- bool? runnable,
- int? livePorts,
- bool? pauseOnExit,
- Event? pauseEvent,
- List<LibraryRef>? libraries,
- List<Breakpoint>? breakpoints,
- String? exceptionPauseMode,
- LibraryRef? rootLib,
- Error? error,
- List<String>? extensionRPCs,
})
Implementation
Isolate({
this.id,
this.number,
this.name,
this.isSystemIsolate,
this.isolateGroupId,
this.isolateFlags,
this.startTime,
this.runnable,
this.livePorts,
this.pauseOnExit,
this.pauseEvent,
this.libraries,
this.breakpoints,
this.exceptionPauseMode,
this.rootLib,
this.error,
this.extensionRPCs,
});