Coupon
1.6.1
jvm
Coupon
/
dk.ds.coupon.domain.model
/
Row
Row
data
class
Row
(
val
numbers
:
List
<
Int
>
,
val
extraNumbers
:
List
<
Int
>
)
The row contains a list of numbers and a list of extraNumbers
Members
Constructors
Row
Link copied to clipboard
constructor
(
numbers
:
List
<
Int
>
,
extraNumbers
:
List
<
Int
>
)
Properties
extra
Numbers
Link copied to clipboard
val
extraNumbers
:
List
<
Int
>
numbers
Link copied to clipboard
val
numbers
:
List
<
Int
>