owner property Null safety

ObjRef? owner
read / writeoverride

The owner of this field, which can be either a Library or a Class.

Note: the location of owner may not agree with location if this is a field from a mixin application, patched class, etc.

Implementation

ObjRef? owner;