owner property Null safety
read / write, override
The owner of this function, which can be a Library, Class, or a Function.
owner can be one of LibraryRef, ClassRef or FuncRef.
Implementation
dynamic owner;
The owner of this function, which can be a Library, Class, or a Function.
owner can be one of LibraryRef, ClassRef or FuncRef.
dynamic owner;