toString method
override
Returns a string representation of the domain health for debugging and logging.
Implementation
@override
String toString() {
return 'Domain: $domainName, Score: ${healthScore.toStringAsFixed(2)}, '
'Commits: $commitsSinceLastTag, Days: $daysSinceLastTag, '
'Warnings: ${warnings.join(', ')}';
}