| Index: runtime/observatory/lib/src/models/objects/inbound_references.dart
|
| diff --git a/runtime/observatory/lib/src/models/objects/inbound_references.dart b/runtime/observatory/lib/src/models/objects/inbound_references.dart
|
| index 13c3c036644c85b382c9eff360fcabb5677c5c48..ea187449d8bef4c100150ac887fb7c5b52685f8f 100644
|
| --- a/runtime/observatory/lib/src/models/objects/inbound_references.dart
|
| +++ b/runtime/observatory/lib/src/models/objects/inbound_references.dart
|
| @@ -10,10 +10,13 @@ abstract class InboundReferences {
|
|
|
| abstract class InboundReference {
|
| ObjectRef get source;
|
| +
|
| /// [optional]
|
| ObjectRef get parentField;
|
| +
|
| /// [optional]
|
| int get parentListIndex;
|
| +
|
| /// [optional]
|
| int get parentWordOffset;
|
| }
|
|
|