File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -687,6 +687,10 @@ class ConstructorTemplateData extends TemplateData {
687
687
String get layoutTitle =>
688
688
_layoutTitle (constructor.name, 'constructor' , constructor.isDeprecated);
689
689
List get navLinks => [package, _library, clazz];
690
- List <Subnav > get subnavLinks => _gatherSubnavForInvokable (constructor);
690
+ List <Subnav > get subnavItems => _gatherSubnavForInvokable (constructor);
691
691
String get htmlBase => '../..' ;
692
+ String get title =>
693
+ '${constructor .name } constructor - ${clazz .name } class - ${_library .name } library - Dart API' ;
694
+ String get metaDescription =>
695
+ 'API docs for the ${constructor .name } constructor from the ${clazz } class from the ${_library .name } library, for the Dart programming language.' ;
692
696
}
You can’t perform that action at this time.
0 commit comments