isPinnedToCurrentThread property

  1. @Since.new("3.13")
bool get isPinnedToCurrentThread

Whether the isolate is pinned to the current OS thread.

Equivalent to Dart_GetCurrentThreadOwnsIsolate Dart VM C API.

Implementation

@Since("3.13")
external bool get isPinnedToCurrentThread;