DiffStats class
Properties
-
deletions
→ int
-
Total number of deletions.
no setter
-
filesChanged
→ int
-
Total number of files changed.
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
insertions
→ int
-
Total number of insertions.
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
free()
→ void
-
Releases memory allocated for diff stats object.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
print({required Set<GitDiffStats> format, required int width})
→ String
-
Prints diff statistics.
-
toString()
→ String
-
A string representation of this object.
override