YamlConfig constructor

YamlConfig({
  1. String? gitUrl,
  2. String? ref,
  3. required GitHelper gitHelper,
})

Implementation

YamlConfig({
  this.gitUrl,
  this.ref,
  required this.gitHelper,
});