RecommendationSummary class
Information about recommendations.
Constructors
- RecommendationSummary({String? description, int? endLine, String? filePath, String? recommendationId, int? startLine})
-
RecommendationSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- description → String?
-
A description of the recommendation generated by CodeGuru Reviewer for the
lines of code between the start line and the end line.
final
- endLine → int?
-
Last line where the recommendation is applicable in the source commit or
source branch. For a single line comment the start line and end line values
are the same.
final
- filePath → String?
-
Name of the file on which a recommendation is provided.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- recommendationId → String?
-
The recommendation ID that can be used to track the provided
recommendations. Later on it can be used to collect the feedback.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startLine → int?
-
Start line from where the recommendation is applicable in the source commit
or source branch.
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