GitObjectResult class
- Inheritance
- Implementers
Constructors
- GitObjectResult(GitObject? s, {GitException? error})
- GitObjectResult.fail(Exception f)
Properties
Methods
-
get(
) → GitObject -
inherited
-
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
Static Methods
-
catchAll(
Future< GitObjectResult> catchFn()) → Future<GitObjectResult> -
override