tabId method

String tabId(
  1. int index
)

Implementation

String tabId(int index) =>
    (index < tabIds.length) ? tabIds.elementAt(index) : '';