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