GitPushedReference class final
Constructors
- GitPushedReference({required String? sourceReferenceName, required String destinationReferenceName, required GitPushReferenceStatus status, required GitObjectId? objectId, GitObjectId? previousObjectId, bool forced = false, int objectsPushed = 0})
-
const
Properties
- destinationReferenceName → String
-
final
- forced → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- objectId → GitObjectId?
-
final
- objectsPushed → int
-
final
- previousObjectId → GitObjectId?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceReferenceName → String?
-
final
- status → GitPushReferenceStatus
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited