TabSet.empty constructor

const TabSet.empty()

Implementation

const TabSet.empty()
    : tabs = const [],
      defaultIndex = -1;