tabId method

String? tabId(
  1. int index
)

Implementation

String? tabId(int index) => tabIds?.elementAt(index);