//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.persistence.dao/GlossaryTermDao/getById
getById
[jvm]
abstract suspend fun getById(id: Int): GlossaryTermModel?
Get a tern given its id.
Return
GlossaryTermModel or null
Parameters
jvm
id | Term ID |