| Index: pkg/analysis_server/lib/plugin/protocol/protocol.dart
|
| diff --git a/pkg/analysis_server/lib/plugin/protocol/protocol.dart b/pkg/analysis_server/lib/plugin/protocol/protocol.dart
|
| index 92ef921bc592a571466d8e094fe3314c111075c6..49e19c16fbc0aa3b245e8664011fe8ad12398803 100644
|
| --- a/pkg/analysis_server/lib/plugin/protocol/protocol.dart
|
| +++ b/pkg/analysis_server/lib/plugin/protocol/protocol.dart
|
| @@ -567,6 +567,12 @@ class Response {
|
| RequestErrorCode.UNSUPPORTED_FEATURE, message));
|
|
|
| /**
|
| + * Return a table mapping the names of result fields to their values. Should
|
| + * be `null` if there is no result to send.
|
| + */
|
| + Map<String, Object> get result => _result;
|
| +
|
| + /**
|
| * Return a table representing the structure of the Json object that will be
|
| * sent to the client to represent this response.
|
| */
|
|
|