//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.repository/GlossaryTermRepository/getById
getById
[jvm]
abstract suspend fun getById(id: Int): GlossaryTermModel?
Get a term by ID.
Return
GlossaryTermModel or null if no such term exists
Parameters
jvm
id | Term ID |