ShellModel class
Constructors
- ShellModel({String? id, required String title, required String command, String? path, dynamic live = true, dynamic external = false})
Properties
- command → RxString
-
final
- controller ↔ ShellLinesController
-
getter/setter pair
-
errorOutput
→ RxList<
String> -
final
-
external
→ Rx<
bool> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
latefinal
- isRunning → bool
-
no setter
-
output
→ RxList<
String> -
final
-
path
→ Rx<
String?> -
final
-
process
→ RxList<
ProcessResult> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scroll → RxBool
-
final
-
scrollController
→ Rx<
ScrollController?> -
final
- shell → Shell
-
no setter
-
shellOutput
→ RxList<
ShellOutput> -
final
-
showOutput
→ List<
TextSpan> -
no setter
-
status
→ Rx<
ShellStatus> -
final
- title → RxString
-
final
Methods
-
attachScrollController(
ScrollController scrollController) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refresh(
) → dynamic -
removeScrollController(
) → dynamic -
reset(
) → dynamic -
run(
{dynamic reset = true}) → dynamic -
stop(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited