| Index: pkg/docgen/lib/docgen.dart
|
| diff --git a/pkg/docgen/lib/docgen.dart b/pkg/docgen/lib/docgen.dart
|
| index 024106838cfb91c71975e7a7355fad354d4cd56a..02ec12644c599e2fef33d59b539c92f56657030c 100644
|
| --- a/pkg/docgen/lib/docgen.dart
|
| +++ b/pkg/docgen/lib/docgen.dart
|
| @@ -1548,7 +1548,7 @@ abstract class OwnedIndexable extends Indexable {
|
| }
|
| }
|
| var domAnnotation = this.annotations.firstWhere(
|
| - (e) => e.mirror.qualifiedName == 'metadata.DomName',
|
| + (e) => e.mirror.qualifiedName == #metadata.DomName,
|
| orElse: () => null);
|
| if (domAnnotation == null) return '';
|
| var domName = domAnnotation.parameters.single;
|
|
|