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