EconoShow
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
EconoShow
EconoShow
/
econoshow.model
/
Machine
/
Machine
Machine
constructor
(
id
:
Int
,
@
StringRes
name
:
Int
,
@
RawRes
brochure
:
Int
?
=
null
,
videos
:
List
<
Video
>
=
listOf()
,
layouts
:
List
<
Layout
>
=
listOf()
)