toggle menu
flatInvoker
common
switch theme
search in API
flatinvoker-core
/
dev.shibasis.flatinvoker.core
/
InnerNestedData
Inner
Nested
Data
@
Serializable
data
class
InnerNestedData
(
val
innerValue
:
Double
,
val
innerList
:
List
<
String
>
)
Members
Constructors
Inner
Nested
Data
Link copied to clipboard
constructor
(
innerValue
:
Double
,
innerList
:
List
<
String
>
)
Properties
inner
List
Link copied to clipboard
val
innerList
:
List
<
String
>
inner
Value
Link copied to clipboard
val
innerValue
:
Double