StalenessInputs constructor
const
StalenessInputs({
- required String recordedManifestHash,
- required Map<
String, String> recordedNormalizedHashes, - required String recordedBlueprintHash,
- required String recordedRecipeVersion,
- required String recordedEngineVersion,
- required Map<
String, String> recordedRelevantPubspecHashes, - required String currentManifestHash,
- required Map<
String, String?> currentNormalizedHashes, - required String currentBlueprintHash,
- required String currentRecipeVersion,
- required String currentEngineVersion,
- required Map<
String, String?> currentRelevantPubspecHashes,
Implementation
const StalenessInputs({
required this.recordedManifestHash,
required this.recordedNormalizedHashes,
required this.recordedBlueprintHash,
required this.recordedRecipeVersion,
required this.recordedEngineVersion,
required this.recordedRelevantPubspecHashes,
required this.currentManifestHash,
required this.currentNormalizedHashes,
required this.currentBlueprintHash,
required this.currentRecipeVersion,
required this.currentEngineVersion,
required this.currentRelevantPubspecHashes,
this.unrelatedChangedPaths = const [],
});