FilePatternMatch constructor

FilePatternMatch(
  1. String path, [
  2. String? stem
])

Initializes new instance of FilePatternMatch

Implementation

FilePatternMatch(String path, [String? stem])
    : _path = path,
      _stem = stem;