UnifiedDiffHunkHeader class final

The header of a UnifiedDiffHunk.

Annotations
  • @immutable

Properties

config UnifiedDiffHunkHeaderConfig
The configuration of how to format the toString representation of this header.
final
hashCode int
The hash code for this object.
no setterinherited
outputCounts bool
If the amount of lines should be output as well.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceCount int
The amount of lines in the source list this hunk represents.
final
sourceStartLine int
The line in the target list this hunk starts representing.
final
targetCount int
The amount of lines in the target list this hunk represents.
final
targetStartLine int
The line in the target file this hunk starts representing.
final

Methods

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

Operators

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