PreparedReleaseSet constructor
const
PreparedReleaseSet({
- required bool dryRun,
- required List<
PreparedReleaseTarget> targets, - required String commitMessage,
Implementation
const PreparedReleaseSet({
required this.dryRun,
required this.targets,
required this.commitMessage,
});