//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.project.persistence.dao/RecentProjectDao/getByName
getByName
[jvm]
abstract suspend fun getByName(value: String): RecentProjectModel?
Get a recent project by name.
Return
RecentProjectModel or null
Parameters
jvm
value | name of the project |