menu
dart_console3 package
documentation
dc/prompt.dart
DCShellPrompt
DCShellPrompt.new constructor
DCShellPrompt.new constructor
dark_mode
light_mode
DCShellPrompt
constructor
DCShellPrompt
(
DCConsole
console
, {
String
message
=
r'$ '
,
})
Implementation
DCShellPrompt( this.console, { this.message = r'$ ', });
dart_console3 package
documentation
dc/prompt
DCShellPrompt
DCShellPrompt.new constructor
DCShellPrompt class