TypeNameAliasTag

class TypeNameAliasTag(type: TypeName)

This tag indicates that this TypeName represents a typealias type.

Constructors

TypeNameAliasTag
Link copied to clipboard
fun TypeNameAliasTag(type: TypeName)

Properties

type
Link copied to clipboard
val type: TypeName
the underlying type for this alias.