SimpleGitResult class

Constructors

SimpleGitResult({dynamic processResult, dynamic processException})

Properties

exitCode int
Exit code
no setterinherited
hasError bool
Has output error
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasOutput bool
Has output message
no setterinherited
isOk bool
Return true if ok, else false
no setterinherited
processException ProcessException?
Process exception
getter/setter pairinherited
processResult ProcessResult?
Process result
getter/setter pairinherited
resultMessage String
Result message
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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