MatchesGoldenFile constructor

const MatchesGoldenFile(
  1. Uri key,
  2. int? version
)

Creates an instance of MatchesGoldenFile. Called by matchesGoldenFile.

Implementation

const MatchesGoldenFile(this.key, this.version);