getIsolateID abstract method

String? getIsolateID(
  1. Object isolate
)

Returns the isolate ID that can be used at ignoreIsolate.

Implementation

String? getIsolateID(Object isolate);