AnnotationWithReferenceValue

data class AnnotationWithReferenceValue(    val name: String?,     val value: Any?,     val reference: String?)

Constructors

Link copied to clipboard
fun AnnotationWithReferenceValue(    name: String?,     value: Any?,     reference: String?)

Functions

Link copied to clipboard
fun toAndroidResourceId(): AndroidResourceId?

Properties

Link copied to clipboard
val name: String?
Link copied to clipboard
val reference: String?
Link copied to clipboard
val value: Any?