Private Property Descriptor
data class PrivatePropertyDescriptor(name: String, value: RemoteObject?, get: RemoteObject?, set: RemoteObject?)
Content copied to clipboard
Object private field descriptor.
Constructors
PrivatePropertyDescriptor
Link copied to clipboard
fun PrivatePropertyDescriptor(name: String, value: RemoteObject? = null, get: RemoteObject? = null, set: RemoteObject? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard