An expression followed by `::class` will get you t...
# announcements
d
An expression followed by
::class
will get you the class of that object. Either
this::class.simpleName
or
this::class.qualifiedName
is probably what you are looking for