IrListTypeRef

@Serializable
@SerialName(value = "list")
data class IrListTypeRef(val ofType: IrTypeRef) : IrTypeRef

Constructors

Link copied to clipboard
constructor(ofType: IrTypeRef)

Properties

Link copied to clipboard