engineId property
Opaque engine identifier for the engine running current isolate. Can be used in native code to retrieve the engine instance. The identifier is valid while the isolate is running.
Implementation
int? get engineId => _engineId;
Opaque engine identifier for the engine running current isolate. Can be used in native code to retrieve the engine instance. The identifier is valid while the isolate is running.
int? get engineId => _engineId;