toggle menu
tests
1.0.0-SNAPSHOT
common
switch theme
search in API
tests
/
kotlinx.document.database.tests
/
TestUser
/
TestUser
Test
User
constructor
(
name
:
String
,
age
:
Int
,
isAdult
:
Boolean
=
true
,
birthDate
:
Instant
=
if (isAdult) Clock.System.now() - (365 * 20).days else Clock.System.now()
,
addresses
:
List
<
Address
>
?
=
null
,
id
:
Long
?
=
null
)