FixReport constructor

FixReport({
  1. required List<String> changedFiles,
})

Implementation

FixReport({required this.changedFiles});