is Alias
Deprecated
Will be removed in version 0.19.0
Replace with
isImportAliasContent copied to clipboard
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.