ContextType

sealed external interface ContextType<T> : HasDisplayName(source)

Inheritors

Properties

Link copied to clipboard
abstract var displayName: String?
Link copied to clipboard
abstract val Provider: Provider<T>