ShellPrompt constructor

ShellPrompt({
  1. String message = r'$ ',
})

Implementation

ShellPrompt({this.message = r'$ '});