isIncognito property

bool isIncognito

Returns whether BrowserContext is incognito. The default browser context is the only non-incognito browser context.

Implementation

bool get isIncognito {
  return id != null;
}