StringEPExtension extension
- on
Properties
- isEmail → bool
-
Available on String, provided by the StringEPExtension extension
no setter - isUrl → bool
-
Available on String, provided by the StringEPExtension extension
no setter
Methods
-
capitalize(
) → String -
Available on String, provided by the StringEPExtension extension
-
capitalizeAllFirst(
) → String -
Available on String, provided by the StringEPExtension extension
-
launch(
) → Future< void> -
Available on String, provided by the StringEPExtension extension
-
parseJSON(
) → dynamic -
Available on String, provided by the StringEPExtension extension
-
removeExtraWhiteSpace(
) → String -
Available on String, provided by the StringEPExtension extension
-
toBool(
) → bool -
Available on String, provided by the StringEPExtension extension
-
toCamelCase(
) → String -
Available on String, provided by the StringEPExtension extension
-
toDateTime(
[String? pattern]) → DateTime? -
Available on String, provided by the StringEPExtension extension
-
toDouble(
) → double? -
Available on String, provided by the StringEPExtension extension
-
toInt(
) → int? -
Available on String, provided by the StringEPExtension extension
-
toSelectableText(
{TextStyle? style, double? fontSize, String? fontFamily, FontWeight? fontWeight, TextAlign? textAlign, Color? color, TextDecoration? textDecoration}) → SelectableText -
Available on String, provided by the StringEPExtension extension
-
toSnakeCase(
) → String -
Available on String, provided by the StringEPExtension extension
-
toText(
{TextStyle? style, double? fontSize, String? fontFamily, FontWeight? fontWeight, TextAlign? textAlign, Color? color, TextOverflow? textOverflow, bool? softWrap, TextDecoration? textDecoration}) → Text -
Available on String, provided by the StringEPExtension extension
-
toTimeOfDay(
) → TimeOfDay? -
Available on String, provided by the StringEPExtension extension