| Index: pkg/docgen/lib/src/models/model_helpers.dart
|
| diff --git a/pkg/docgen/lib/src/models/model_helpers.dart b/pkg/docgen/lib/src/models/model_helpers.dart
|
| index 70f158d6acd51d5bd3c8af5c0998282a838def20..0aa8c9f56681f09075658502c23df3496f04552f 100644
|
| --- a/pkg/docgen/lib/src/models/model_helpers.dart
|
| +++ b/pkg/docgen/lib/src/models/model_helpers.dart
|
| @@ -229,6 +229,12 @@ class AnnotationCreator
|
| }
|
|
|
| @override
|
| + Annotation visitStringLength(StringLengthConstantExpression exp,
|
| + AnnotationInfo context) {
|
| + return null;
|
| + }
|
| +
|
| + @override
|
| Annotation visitDeferred(DeferredConstantExpression exp,
|
| AnnotationInfo context) {
|
| return exp.expression.accept(this, context);
|
|
|