toggle menu
godfather-front-end
desktop
switch theme
search in API
composeApp
/
models
/
Icon
Icon
@
Serializable
data
class
Icon
(
val
format
:
String
,
val
height
:
Int
,
val
image
:
List
<
Int
>
,
val
width
:
Int
)
Members
Constructors
Icon
Link copied to clipboard
constructor
(
format
:
String
,
height
:
Int
,
image
:
List
<
Int
>
,
width
:
Int
)
Properties
format
Link copied to clipboard
@
SerialName
(
value
=
"format"
)
val
format
:
String
height
Link copied to clipboard
@
SerialName
(
value
=
"height"
)
val
height
:
Int
image
Link copied to clipboard
@
SerialName
(
value
=
"image"
)
val
image
:
List
<
Int
>
width
Link copied to clipboard
@
SerialName
(
value
=
"width"
)
val
width
:
Int