ReferenceName class

Constructors

ReferenceName(String value)
ReferenceName.branch(String branch)
ReferenceName.remote(String remote, String branch)

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
getter/setter pair

Methods

branchName() String?
isBranch() bool
isNote() bool
isRemote() bool
isTag() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remoteName() String
toString() String
A string representation of this object.
override

Operators

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