Apps

data class Apps(val desktop: MutableList<DesktopApp> = mutableListOf(), val mobile: MutableList<SbApp> = mutableListOf())

Constructors

Link copied to clipboard
constructor(desktop: MutableList<DesktopApp> = mutableListOf(), mobile: MutableList<SbApp> = mutableListOf())

Properties

Link copied to clipboard
Link copied to clipboard