isAlias

abstract val isAlias: Boolean

Deprecated

Will be removed in version 0.19.0

Replace with

isImportAlias

Returns true if this type is defined by the import alias.

For the type import import com.app.MyClass as MyAlias the isAlias will be true. For the type import import com.app.MyClass the isAlias will be false.