ResolutionMismatch constructor

ResolutionMismatch({
  1. required String fixturePath,
  2. required String package,
  3. required String hostVersion,
  4. required String fixtureVersion,
})

Implementation

ResolutionMismatch({
  required this.fixturePath,
  required this.package,
  required this.hostVersion,
  required this.fixtureVersion,
});