TypeAliasTag

class TypeAliasTag(abbreviatedType: TypeName)

This tag indicates that this TypeName represents a typealias type.

Constructors

Link copied to clipboard
fun TypeAliasTag(abbreviatedType: TypeName)

Properties

Link copied to clipboard
val abbreviatedType: TypeName

the underlying type for this alias.