label property

String get label

User-facing label for the profile.

Implementation

String get label => switch (this) {
  GhosttyTerminalShellProfile.auto => 'Auto',
  GhosttyTerminalShellProfile.cleanBash => 'Bash',
  GhosttyTerminalShellProfile.cleanZsh => 'Zsh',
  GhosttyTerminalShellProfile.userShell => 'User Shell',
};