isRunningOnPlatformThread top-level property

bool isRunningOnPlatformThread
final

Whether the current isolate is running on the platform thread.

Implementation

final bool isRunningOnPlatformThread = _isRunningOnPlatformThread();