ShellPromptState constructor

const ShellPromptState({
  1. String? cwd,
  2. String? branch,
  3. String? gitStatus,
  4. String? privilege,
})

Creates a prompt state.

Implementation

const ShellPromptState({
  this.cwd,
  this.branch,
  this.gitStatus,
  this.privilege,
});