hasFiles property
bool
get
hasFiles
Gets a value that determines if this instance of PatternMatchingResult has any matches.
Implementation
bool get hasFiles => _hasFiles;
Gets a value that determines if this instance of PatternMatchingResult has any matches.
bool get hasFiles => _hasFiles;