object property
O?
object
final
Returns the associated object (O
) of this field.
Returns null
for static fields.
Implementation
final O? object;
Returns the associated object (O
) of this field.
Returns null
for static fields.
final O? object;