DrawInfo

data class DrawInfo(val drawNo: Int, val drawDate: Date, val drawInProgress: Boolean, val bundle: Int, val drawResult: DrawResult?)

The DrawInfo contains all information of a drawing. Number, date, status, bundle and drawResult. DrawResult is only available if the result of the drawing is known else it will be null.

Constructors

Link copied to clipboard
constructor(drawNo: Int, drawDate: Date, drawInProgress: Boolean, bundle: Int, drawResult: DrawResult?)

Properties

Link copied to clipboard
val bundle: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val drawNo: Int
Link copied to clipboard