CommentsForComparedCommit class
Returns information about comments on the comparison between two commits.
Constructors
Properties
- afterBlobId → String?
-
The full blob ID of the commit used to establish the after of the
comparison.
final
- afterCommitId → String?
-
The full commit ID of the commit used to establish the after of the
comparison.
final
- beforeBlobId → String?
-
The full blob ID of the commit used to establish the before of the
comparison.
final
- beforeCommitId → String?
-
The full commit ID of the commit used to establish the before of the
comparison.
final
-
comments
→ List<
Comment> ? -
An array of comment objects. Each comment object contains information about
a comment on the comparison between commits.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- location → Location?
-
Location information about the comment on the comparison, including the file
name, line number, and whether the version of the file where the comment was
made is BEFORE or AFTER.
final
- repositoryName → String?
-
The name of the repository that contains the compared commits.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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