specs
/
com.squareup.kotlinpoet.metadata.specs
/
TypeNameAliasTag
Type
Name
Alias
Tag
class
TypeNameAliasTag
(type:
TypeName
)
Content copied to clipboard
This tag indicates that this
TypeName
represents a
typealias
type.
Constructors
Properties
Constructors
TypeNameAliasTag
Link copied to clipboard
fun
TypeNameAliasTag
(type:
TypeName
)
Content copied to clipboard
Properties
type
Link copied to clipboard
val
type
:
TypeName
Content copied to clipboard
the underlying type for this alias.