//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.project.data/RecentProjectModel
RecentProjectModel
[jvm]
data class RecentProjectModel(val id: Int = 0, val path: String = "", val name: String = "")
Project for the recent project screen. An item in this list has a name and a path in the filesystem to load the project.
Constructors
RecentProjectModel | [jvm] constructor(id: Int = 0, path: String = "", name: String = "") Create RecentProjectModel |
Properties
Name | Summary |
---|---|
id | [jvm] val id: Int = 0 item ID |
name | [jvm] val name: String project name |
path | [jvm] val path: String path on disk |