StringNullableXX extension
- on
Properties
- extension → String?
-
no setter
- first → String?
-
no setter
- isLettersOnly → bool
-
Whether the string contains only letters
no setter
- isNotNullOrBlank → bool
-
no setter
- isNullOrBlank → bool
-
no setter
- isVowel → bool
-
no setter
-
words
→ List<
String> -
no setter
Methods
-
article(
) → String -
charAt(
int c) → String? -
dotSplit(
) → List< String> -
ifBlank(
String other) → String -
ifThen(
String ifString, String thenString) → String -
join(
String? other, [String separator = " "]) → String? -
nullIfBlank(
) → String? -
orEmpty(
) → String -
plus(
String after) → String -
toDouble(
) → double -
toDoubleOrNull(
) → double? -
toInt(
) → int -
toIntOrNull(
) → int? -
tokenize(
{bool splitAll = false, Tokenizer? tokenizer}) → List< String> -
toPathName(
) → String? -
toStringList(
) → List< String> -
toUri(
) → Uri?