Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.ui
/
love.yinlin.data.compose
/
Picture
Picture
@
Stable
@
Serializable
data
class
Picture
(
val
image
:
String
,
val
source
:
String
=
image
,
val
video
:
String
=
""
)
Members
Constructors
Picture
Link copied to clipboard
constructor
(
image
:
String
,
source
:
String
=
image
,
video
:
String
=
""
)
Properties
image
Link copied to clipboard
val
image
:
String
is
Image
Link copied to clipboard
val
isImage
:
Boolean
is
Video
Link copied to clipboard
val
isVideo
:
Boolean
source
Link copied to clipboard
val
source
:
String
video
Link copied to clipboard
val
video
:
String