Law

data class Law(val name: String, val test: suspend <ERROR CLASS>.() -> Unit)

Constructors

Link copied to clipboard
fun Law(name: String, test: suspend <ERROR CLASS>.() -> Unit)

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val test: suspend <ERROR CLASS>.() -> Unit