Scheme

fun Scheme(name: String): Scheme

Creates a new instance of Scheme with the given name.

Please note, the given scheme name will be converted to a lower case using String.lowercase.

Throws

if name is empty of blank.