MatchesGoldenFile.forStringPath constructor

MatchesGoldenFile.forStringPath(
  1. String path,
  2. int? version
)

Creates an instance of MatchesGoldenFile. Called by matchesGoldenFile.

Implementation

MatchesGoldenFile.forStringPath(String path, this.version) : key = Uri.parse(path);