hurok
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
hurok
hurok-base
/
com.ekezet.hurok.test
/
TestArgs
Test
Args
data
class
TestArgs
(
val
title
:
String
,
val
foobar
:
Boolean
?
=
null
)
Args used in library tests.
Members
Constructors
Test
Args
Link copied to clipboard
constructor
(
title
:
String
,
foobar
:
Boolean
?
=
null
)
Properties
foobar
Link copied to clipboard
val
foobar
:
Boolean
?
=
null
title
Link copied to clipboard
val
title
:
String