getModel

abstract fun getModel(uid: Int): Flow<Model>

Retrieve a Model by uid from the models table.

Return

A Flow of the matching Models.

Parameters

uid

the unique identifier that represents a specific Model in the table.