toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
friendships-service
/
piperkt.services.friendships.domain
/
Friendship
/
Friendship
Friendship
constructor
(
id
:
FriendshipId
=
FriendshipId()
,
users
:
Set
<
String
>
=
mutableSetOf()
,
messages
:
MutableList
<
Message
>
=
mutableListOf()
)