getAllModels

abstract fun getAllModels(): Flow<List<Model>>

Retrieve all Models from the models table.

Return

A Flow of the list consisting of all Models in the table.