We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ca0c9 commit 9c5a03eCopy full SHA for 9c5a03e
lib/src/dartdoc_options.dart
@@ -526,7 +526,7 @@ abstract class DartdocOption<T extends Object?> {
526
return _children[name]!;
527
}
528
529
- /// Get the immediate child of this node named [name] as a [DartdocOption<dynamic>].
+ /// Get the immediate child of this node named [name] and its value at [dir].
530
U getValueAs<U extends Object?>(String name, Folder dir) =>
531
_children[name]?.valueAt(dir) as U;
532
0 commit comments