PreparedReleaseSet constructor

const PreparedReleaseSet({
  1. required bool dryRun,
  2. required List<PreparedReleaseTarget> targets,
  3. required String commitMessage,
})

Implementation

const PreparedReleaseSet({
  required this.dryRun,
  required this.targets,
  required this.commitMessage,
});