| Index: pkg/docgen/lib/src/models/indexable.dart
|
| diff --git a/pkg/docgen/lib/src/models/indexable.dart b/pkg/docgen/lib/src/models/indexable.dart
|
| index c399f486ca46409a8fc3964dc83233722536e5b6..da93220245c96646c232855481aacc8ad4259696 100644
|
| --- a/pkg/docgen/lib/src/models/indexable.dart
|
| +++ b/pkg/docgen/lib/src/models/indexable.dart
|
| @@ -124,7 +124,7 @@ abstract class Indexable<TMirror extends DeclarationMirror>
|
| String getMdnComment();
|
|
|
| /// The type of this member to be used in index.txt.
|
| - String get typeName => '';
|
| + String get typeName;
|
|
|
| /// Creates a [Map] with this [Indexable]'s name and a preview comment.
|
| Map get previewMap {
|
|
|