CommandResult class
- Available extensions
- Annotations
-
- @JsonSerializable()
Constructors
- CommandResult({required int exitCode, required String output, required String error})
-
const
- CommandResult.fromJson(Map json)
-
factory
- CommandResult.unknown()
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printError(
CommandToRun command, Logger logger) → void -
Available on CommandResult, provided by the CommandResultX extension
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited