fun constructorReference(): CodeBlock
Callable reference to the constructor of this class. Emits the enclosing class if one exists,
followed by the reference operator ::, followed by either simpleName or the
fully-qualified name if this is a top-level class.
Note: As ::$packageName.$simpleName is not valid syntax, an aliased import may be required
for a top-level class with a conflicting name.