PatchStats class

Line counts of each type in a patch.

This class provides statistics about the number of different types of lines in a patch, similar to the output of git diff --numstat.

Properties

context int
Count of context lines (unchanged lines shown for context).
final
deletions int
Count of deletion lines (lines removed from the old version).
final
hashCode int
The hash code for this object.
no setterinherited
insertions int
Count of insertion lines (lines added in the new version).
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.
override

Operators

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