config property
override
Implementation
@override
DartdocOptionContext get config => _config;
@Deprecated('Field intended to be final; setter will be removed as early as ' 'Dartdoc 1.0.0')
Implementation
@Deprecated('Field intended to be final; setter will be removed as early as '
'Dartdoc 1.0.0')
set config(DartdocOptionContext value) => _config = value;