PullStartDto constructor

PullStartDto({
  1. required String stage,
  2. required String ref,
})

Implementation

PullStartDto({required this.stage, required this.ref});