DartdocOptionSyntheticOnly<T> constructor

DartdocOptionSyntheticOnly<T>(
  1. String name,
  2. T _compute(
    1. DartdocSyntheticOption<T>,
    2. Folder
    ),
  3. ResourceProvider resourceProvider, {
  4. bool mustExist = false,
  5. String help = '',
  6. OptionKind optionIs = OptionKind.other,
})

Implementation

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