GetDevToolsTargetReturn

@Serializable
data class GetDevToolsTargetReturn(val targetId: String?)

Constructors

Link copied to clipboard
constructor(targetId: String?)

Properties

Link copied to clipboard

The targetId of DevTools page target if exists.