app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.fam007e.receipts.domain.model
/
Category
/
Category
Category
constructor
(
id
:
Long
=
0
,
personId
:
Long
,
name
:
String
,
emoji
:
String
,
threshold
:
Int
=
10
,
isPositive
:
Boolean
=
false
,
totalCount
:
Int
=
0
,
tensionLevel
:
Int
=
1
,
growthTag
:
String
=
""
,
createdAt
:
Long
=
System.currentTimeMillis()
)