toNotBlankString

Deprecated

Use the String.toNotBlankStringOrThrow function instead.

Replace with

import kotools.types.string.toNotBlankStringOrThrow
this.toNotBlankStringOrThrow()

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