withIndex method

ShellValue withIndex(
  1. int index
)

Implementation

ShellValue withIndex(int index) {
  return ShellValue(
    tabIndex: index,
    key: key,
    tabNodes: tabNodes,
  );
}