toggle menu
StudyPlanet
androidJvm
switch theme
search in API
StudyPlanet
/
com.qwict.studyplanetandroid.domain.model
/
Planet
/
Planet
Planet
constructor
(
id
:
Int
,
name
:
String
,
imageId
:
Int
=
getImageByName(StudyPlanetApplication.appContext, name)
,
smallImageId
:
Int
=
getImageByName(StudyPlanetApplication.appContext, name + "_small")
)