ProtocolModifier

Properties

Link copied to clipboard
abstract val deprecation: Deprecation?

Non-null if this layout modifier is deprecated.

Link copied to clipboard
abstract val documentation: String?
Link copied to clipboard

Non-empty list for a 'data class' type or empty list for 'object' type.

Link copied to clipboard
abstract val scopes: List<FqType>
Link copied to clipboard
abstract val tag: Int
Link copied to clipboard
abstract val type: FqType

Either a 'data class' or 'object'.