chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.profiler / TypeObject

TypeObject

data class TypeObject

Describes a type collected during runtime.

Constructors

<init>

Describes a type collected during runtime.

TypeObject(name: String)

Properties

name

Name of a type collected with type profiling.

val name: String