object property
O?
object
final
The associated object (O) of this method.
null for static methods.
Implementation
final O? object;
The associated object (O) of this method.
null for static methods.
final O? object;