DartdocOptionFileSynth<T> constructor

DartdocOptionFileSynth<T>(
  1. String name,
  2. T _compute(
    1. DartdocSyntheticOption<T>,
    2. Folder
    ),
  3. ResourceProvider resourceProvider, {
  4. String help = '',
})

Implementation

DartdocOptionFileSynth(
    String name, this._compute, ResourceProvider resourceProvider,
    {String help = ''})
    : super(
          name, null, help, OptionKind.other, false, null, resourceProvider);