type

infix fun String.type(typeName: String): ClassName

Creates a class name for the specified type.

Return

The class name for the specified type.

Parameters

packageName

The package name of the type.

typeName

The type name of the type.