| Index: runtime/observatory/lib/src/models/objects/class.dart
|
| diff --git a/runtime/observatory/lib/src/models/objects/class.dart b/runtime/observatory/lib/src/models/objects/class.dart
|
| index cfe02cb27c8d0410bd8afe78fc1cfcffd0742b48..ae8e241b9eab4ab5e1c6a0d0fcc70de02dcbdbdc 100644
|
| --- a/runtime/observatory/lib/src/models/objects/class.dart
|
| +++ b/runtime/observatory/lib/src/models/objects/class.dart
|
| @@ -20,6 +20,9 @@ abstract class Class extends Object implements ClassRef {
|
| /// Is this a const class?
|
| bool get isConst;
|
|
|
| + /// [internal]
|
| + bool get isPatch;
|
| +
|
| /// The library which contains this class.
|
| LibraryRef get library;
|
|
|
|
|