CurrentVersionCommand constructor

CurrentVersionCommand({
  1. required Project project,
  2. required Printer printer,
})

Implementation

CurrentVersionCommand({
  required this.project,
  required this.printer,
});