ProjectSecondarySourceVersion constructor
const
ProjectSecondarySourceVersion({})
Creates a new ProjectSecondarySourceVersion.
sourceIdentifier An identifier for a source in the build project.
sourceVersion The source version for the corresponding source identifier.
Implementation
const ProjectSecondarySourceVersion({
required this.sourceIdentifier,
required this.sourceVersion,
});