FindYaml constructor

const FindYaml({
  1. required FileSystem fs,
})

Implementation

const FindYaml({
  required super.fs,
});