StackFrame

fun StackFrame(    @Json(name = "location") location: Location? = null,     @Json(name = "module") module: String? = null,     @Json(name = "parameters") parameters: List<String>? = null,     @Json(name = "properties") properties: PropertyBag? = null,     @Json(name = "threadId") threadID: Int? = null)

Sources

Link copied to clipboard