excludedTabIds property
List of tabs.Tab.id which the rule should not match. An ID of
tabs.TAB_ID_NONE
excludes requests which don't originate from a
tab. Only supported for session-scoped rules.
Implementation
List<int>? get excludedTabIds =>
_wrapped.excludedTabIds?.toDart.cast<int>().map((e) => e).toList();