FindImpl constructor

const FindImpl({
  1. required Platform platform,
  2. required FileSystem fs,
  3. required StartProcess startProcess,
})

Implementation

const FindImpl({
  required this.platform,
  required this.fs,
  required this.startProcess,
});