shortValues
fun StringValuesBuilder.shortValues(name: String? = null, toShort: StringToShort = defaultStringToShort, toString: ShortToString = defaultShortToString): NamedValuePropertyProvider<List<Short>?>(source)
Creates an optional parameter of type List<Short> with the given name in this StringValuesBuilder instance.
If no name is provided, the property's name will be used.