PatternMatchingResult class

Represents a collection of FilePatternMatch

Constructors

PatternMatchingResult(Iterable<FilePatternMatch> files)
Initializes the result with a collection of FilePatternMatch

Properties

files Iterable<FilePatternMatch>
Gets a collection of FilePatternMatch
getter/setter pair
hasFiles bool
Gets a value that determines if this instance of PatternMatchingResult has any matches.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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