ApplyPatches constructor

const ApplyPatches({
  1. required List<String> paths,
  2. bool reverse = false,
})

Implementation

const ApplyPatches({required this.paths, this.reverse = false});