RemoteReference class

A class representing a reference in a remote repository.

Annotations
  • @immutable

Properties

hashCode int
The hash code for this object.
no setterinherited
isLocal bool
Whether remote head is available locally.
final
localId Oid?
Oid of the object the local copy of the remote head is currently pointing to. Null if there is no local copy of the remote head.
final
name String
Name of the reference.
final
oid Oid
Oid of the object the remote head is currently pointing to.
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
symRef String
Target of the symbolic reference or empty string if reference is direct.
final

Methods

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

Operators

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