engineId property

int? get 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.

Implementation

int? get engineId => _engineId;