@JsonClass(generateAdapter = true)
data class StackFrame(@Json(name = "location") val location: Location? = null, @Json(name = "module") val module: String? = null, @Json(name = "parameters") val parameters: List<String>? = null, @Json(name = "properties") val properties: PropertyBag? = null, @Json(name = "threadId") val threadID: Int? = null)(source)A function call within a stack trace.
Since
0.12.0