GitReference class final

Constructors

GitReference(String name, GitReferenceTarget target)
GitReference.direct(String name, GitObjectId objectId)
factory
GitReference.fromStorageValue(String name, String value)
factory
GitReference.symbolic(String name, String referenceName)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
isDirect bool
no setter
isSymbolic bool
no setter
name String
final
objectId GitObjectId?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageValue String
no setter
target GitReferenceTarget
final
targetReferenceName String?
no setter

Methods

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

Operators

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