UserTag getCurrentTag( )

Returns the current UserTag for the isolate.

Source

/// Returns the current [UserTag] for the isolate.
UserTag getCurrentTag() {
  return _currentTag;
}