StringExtension extension
- on
Properties
- asBool → bool
-
Available on String, provided by the StringExtension extension
Returns a boolean representation for this stringno setter - capitalize → String
-
Available on String, provided by the StringExtension extension
no setter - decapitalize → String
-
Available on String, provided by the StringExtension extension
no setter - hexColor → Color?
-
Available on String, provided by the StringExtension extension
no setter
Methods
-
compareVersion(
String other) → int -
Available on String, provided by the StringExtension extension
Returns -1, 0, 1 if this version is less than, equal to, or greater than the other -
or(
String fill) → String -
Available on String, provided by the StringExtension extension
-
take(
int count, {bool ellipsis = true, String fill = "", bool useRunes = false}) → String -
Available on String, provided by the StringExtension extension