NotBlankString

Deprecated

Use the notBlankStringOrThrow function instead.

Replace with

import kotools.types.string.notBlankStringOrThrow
notBlankStringOrThrow(value)

Returns the value as a NotBlankString, or throws an NotBlankString.ConstructionError if the value is blank.