panels property
ChromeDevtoolsPanels
get
panels
Use the chrome.devtools.panels
API to integrate your extension into
Developer Tools window UI: create your own panels, access existing panels,
and add sidebars.
Implementation
ChromeDevtoolsPanels get panels => _devtoolsPanels;