NullableStringPick extension

on

Methods

asStringOrNull() String?
Returns the picked value as String or returns null when the picked value isn't available
asStringOrThrow() String
Returns the picked value as String representation; only throws a PickException when the value is null or isAbsent.