CommitReference class

Represents the output from git show-ref

Implementers

Constructors

CommitReference(String sha, String reference)

Properties

hashCode int
The hash code for this object.
no setterinherited
reference String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha String
final

Methods

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

Operators

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

Static Methods

fromShowRefOutput(String input) List<CommitReference>