FilePatternMatch constructor
Initializes new instance of FilePatternMatch
Implementation
FilePatternMatch(String path, [String? stem])
: _path = path,
_stem = stem;
Initializes new instance of FilePatternMatch
FilePatternMatch(String path, [String? stem])
: _path = path,
_stem = stem;