TabDetails constructor
TabDetails({
- int? tabId,
Implementation
TabDetails(
{
/// The ID of the tab to query state for. If no tab is specified, the
/// non-tab-specific state is returned.
int? tabId})
: _wrapped = $js.TabDetails(tabId: tabId);