File

@Serializable
data class File(val filePath: String, val startLine: Int, val endLine: Int, val lineNumber: Boolean = true) : ReadArgs(source)

Constructors

Link copied to clipboard
constructor(filePath: String, startLine: Int, endLine: Int, lineNumber: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard