TypeAliasTag

class TypeAliasTag(val abbreviatedType: TypeName)

This tag indicates that this TypeName represents a typealias type.

Constructors

Link copied to clipboard
constructor(abbreviatedType: TypeName)

Properties

Link copied to clipboard

the underlying type for this alias.