fileCount property
int
get
fileCount
Returns the number of analyzed files.
Implementation
int get fileCount => _fileResults.length;
Returns the number of analyzed files.
int get fileCount => _fileResults.length;