category

abstract fun category(category: String, details: Array<String>): ProblemSpec(source)

Declares the problem category.

Return

the builder for the next required property

Parameters

category

the type name

details

the type details

See also