Entry

data class Entry(val method: String, val file: String, val line: Int, val column: Int = -1)

Constructors

Link copied to clipboard
constructor(method: String, file: String, line: Int, column: Int = -1)

Properties

Link copied to clipboard
val column: Int
Link copied to clipboard
Link copied to clipboard
val line: Int
Link copied to clipboard