ReferenceName class
Constructors
- ReferenceName(String value)
- ReferenceName.branch(String branch)
- ReferenceName.remote(String remote, String branch)
Properties
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