app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.fam007e.receipts.domain.usecase
/
ExposeEligibility
/
NotYet
Not
Yet
data
class
NotYet
(
val
current
:
Int
,
val
needed
:
Int
)
:
ExposeEligibility
Members
Constructors
Not
Yet
Link copied to clipboard
constructor
(
current
:
Int
,
needed
:
Int
)
Properties
current
Link copied to clipboard
val
current
:
Int
needed
Link copied to clipboard
val
needed
:
Int