label property

String label

Implementation

String get label {
  return switch (this) {
    HomeTab.tracing => 'Tracing',
    HomeTab.redux => 'Redux',
    HomeTab.graph => 'Graph',
    HomeTab.actions => 'Actions',
    HomeTab.settings => 'Settings',
  };
}