GherkinParserTask constructor

GherkinParserTask(
  1. List<String> contents,
  2. String filePath
)

Implementation

GherkinParserTask(this.contents, this.filePath);