kotlin-mpp-playground
Toggle table of contents
0.1.0.0+0152ff2
common
Platform filter
common
Switch theme
Search in API
kotlin-mpp-playground
cmp
/
ui.birds
/
BirdUiState
Bird
Ui
State
data
class
BirdUiState
(
val
images
:
List
<
Image
>
=
emptyList()
,
val
videos
:
List
<
Video
>
=
emptyList()
)
(
source
)
Members
Constructors
Bird
Ui
State
Link copied to clipboard
constructor
(
images
:
List
<
Image
>
=
emptyList()
,
videos
:
List
<
Video
>
=
emptyList()
)
Properties
categories
Link copied to clipboard
val
categories
:
List
<
String
>
images
Link copied to clipboard
val
images
:
List
<
Image
>
videos
Link copied to clipboard
val
videos
:
List
<
Video
>