LocalModel

data class LocalModel(val id: String, val name: String, val size: String, val sources: List<String> = emptyList(), val downloaded: Boolean = false, val downloadState: DownloadState = DownloadState.Unknown, val selected: Boolean = false)(source)

Constructors

Link copied to clipboard
constructor(id: String, name: String, size: String, sources: List<String> = emptyList(), downloaded: Boolean = false, downloadState: DownloadState = DownloadState.Unknown, selected: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard

Exposes the ServerSetupState value used by the SDAI presentation layer.

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard

Exposes the ServerSetupState value used by the SDAI presentation layer.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard