ShellPrompt class

Emulates a Shell Prompt

Constructors

ShellPrompt({String message = r'$ '})

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Shell Prompt
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

loop() Stream<String>
Runs a shell prompt in a loop.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stop() → void
Stops a Loop
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited