ShowDiffBetweenCommitsInitializer class

CommandFacade to show differences between 2 Commits in the same or different Branches

Implemented types

Constructors

ShowDiffBetweenCommitsInitializer({required String? thisBranchName, required String? thisCommitSha, required String otherBranchName, required String? otherCommitSha})

Properties

hashCode int
The hash code for this object.
no setterinherited
otherBranchName String
final
otherCommitSha String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thisBranchName String?
final
thisCommitSha String?
final

Methods

initialize() List<UndoableCommand>
override
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