StringUtil extension
- on
Properties
- abbrevName → String
-
Available on String, provided by the StringUtil extension
no setter - capitalizeWords → String
-
Available on String, provided by the StringUtil extension
no setter - nullIfEmpty → String?
-
Available on String, provided by the StringUtil extension
no setter - toColor → Color
-
Available on String, provided by the StringUtil extension
no setter
Methods
-
maxLength(
int length) → String -
Available on String, provided by the StringUtil extension
-
toBool(
[bool defaultValue = false]) → bool -
Available on String, provided by the StringUtil extension
-
toDouble(
[double defaultValue = 0]) → double -
Available on String, provided by the StringUtil extension
-
toInt(
[int? defaultValue]) → int? -
Available on String, provided by the StringUtil extension
-
toParagraph(
[bool addDash = false]) → String -
Available on String, provided by the StringUtil extension