toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.core.data
/
SubsData
Subs
Data
data
class
SubsData
(
val
id
:
String
,
val
data
:
MutableList
<
Pair
<
ProtoDpId
,
ProtoValue
>
>
=
mutableListOf()
)
Members
Constructors
Subs
Data
Link copied to clipboard
constructor
(
id
:
String
,
data
:
MutableList
<
Pair
<
ProtoDpId
,
ProtoValue
>
>
=
mutableListOf()
)
Properties
data
Link copied to clipboard
val
data
:
MutableList
<
Pair
<
ProtoDpId
,
ProtoValue
>
>
id
Link copied to clipboard
val
id
:
String