rootInfoNow method

RootInfo rootInfoNow()

Implementation

RootInfo rootInfoNow() {
  return isolateManager.mainIsolateState?.rootInfo ?? RootInfo(null);
}