| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 4f289b903365f1cbfb6c9db73b5bb7a3cbfe3af3..d7a5cd06b1db26d0075382f1434902251a8e3b5b 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -1121,6 +1121,8 @@ class Class : public Object {
|
| // Check if this is the top level class.
|
| bool IsTopLevel() const;
|
|
|
| + bool IsPrivate() const;
|
| +
|
| RawArray* fields() const { return raw_ptr()->fields_; }
|
| void SetFields(const Array& value) const;
|
| void AddField(const Field& field) const;
|
|
|