Index: pkg/analyzer_plugin/lib/protocol/protocol.dart |
diff --git a/pkg/analyzer_plugin/lib/protocol/protocol.dart b/pkg/analyzer_plugin/lib/protocol/protocol.dart |
index c5403f5cca54ddc9b03d1012f09c6df2e7651b7b..1d4399da5a06a2d1c1d1bd4f1de406e4d8249561 100644 |
--- a/pkg/analyzer_plugin/lib/protocol/protocol.dart |
+++ b/pkg/analyzer_plugin/lib/protocol/protocol.dart |
@@ -44,7 +44,7 @@ class Notification { |
* A table mapping the names of notification parameters to their values, or |
* `null` if there are no notification parameters. |
*/ |
- Map<String, Object> params; |
+ final Map<String, Object> params; |
/** |
* Initialize a newly created [Notification] to have the given [event] name. |