| Index: pkg/analyzer_experimental/lib/src/generated/instrumentation.dart
|
| diff --git a/pkg/analyzer_experimental/lib/src/generated/instrumentation.dart b/pkg/analyzer_experimental/lib/src/generated/instrumentation.dart
|
| index 52cd15021f6c810691f8e087808f336c70cb7ac6..7da792ef062cdebb8d53a936250ea80b2eacbe55 100644
|
| --- a/pkg/analyzer_experimental/lib/src/generated/instrumentation.dart
|
| +++ b/pkg/analyzer_experimental/lib/src/generated/instrumentation.dart
|
| @@ -75,7 +75,7 @@ class Instrumentation {
|
| * it?
|
| * @return
|
| */
|
| - static bool isNullLogger() => identical(_CURRENT_LOGGER, _NULL_LOGGER);
|
| + static bool get isNullLogger => identical(_CURRENT_LOGGER, _NULL_LOGGER);
|
|
|
| /**
|
| * Set the logger that should receive instrumentation information to the given logger.
|
|
|