NullableStringExtensions extension

Provides an extension method for String that is nullable.

NullableなString用の拡張メソッドを提供します。

on

Properties

isEmpty bool
Whether this string is empty.
no setter
isNotEmpty bool
Whether this string is not empty.
no setter
length int
The length of the string.
no setter

Methods

toAny() → dynamic
Converts a String to a type that can be parsed as bool, int, or double, in that order, and returns the type as is.