Statistics class

Summary statistics for the comparison.

Constructors

Statistics({required int totalKeysInCode, required int totalKeysInJson, required int matchedCount, required int missingCount, required int orphanedCount, required int filesScanned, required int jsonFilesLoaded})
const

Properties

coveragePercent double
Coverage percentage (matched / total in code).
no setter
filesScanned int
Number of files scanned.
final
hashCode int
The hash code for this object.
no setterinherited
jsonFilesLoaded int
Number of JSON files loaded.
final
matchedCount int
Keys that matched (in both code and JSON).
final
missingCount int
Keys missing from JSON.
final
orphanedCount int
Keys orphaned in JSON (not in code).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalKeysInCode int
Total unique keys found in code.
final
totalKeysInJson int
Total keys found in JSON files.
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