| Index: runtime/vm/service/service_dev.md
|
| diff --git a/runtime/vm/service/service_dev.md b/runtime/vm/service/service_dev.md
|
| index 6065b6d864588db7d44ae3b521dc0da0b0a304c7..e4c0c6978d745bc0e505c4e88fca05e36dc5f2c9 100644
|
| --- a/runtime/vm/service/service_dev.md
|
| +++ b/runtime/vm/service/service_dev.md
|
| @@ -1491,8 +1491,8 @@ A _FlagList_ represents the complete set of VM command line flags.
|
| ```
|
| class Frame extends Response {
|
| int index;
|
| - @Function function;
|
| - @Code code;
|
| + @Function function [optional];
|
| + @Code code [optional];
|
| SourceLocation location [optional];
|
| BoundVariable[] vars [optional];
|
| FrameKind kind [optional];
|
|
|