Submitting

data class Submitting(val completed: Int = 0, val total: Int = 0) : Submission

Constructors

Link copied to clipboard
constructor(completed: Int = 0, total: Int = 0)

Properties

Link copied to clipboard
val completed: Int = 0
Link copied to clipboard
Link copied to clipboard
val total: Int = 0