StringEPExtension extension

on

Properties

isEmail bool
no setter
isUrl bool
no setter

Methods

capitalize() String
capitalizeAllFirst() String
launch() Future<void>
parseJSON() → dynamic
removeExtraWhiteSpace() String
toBool() bool
toCamelCase() String
toDateTime([String? pattern]) DateTime?
toDouble() double?
toInt() int?
toSelectableText({TextStyle? style, double? fontSize, String? fontFamily, FontWeight? fontWeight, TextAlign? textAlign, Color? color, TextDecoration? textDecoration}) SelectableText
toSnakeCase() String
toText({TextStyle? style, double? fontSize, String? fontFamily, FontWeight? fontWeight, TextAlign? textAlign, Color? color, TextOverflow? textOverflow, bool? softWrap, TextDecoration? textDecoration}) Text
toTimeOfDay() TimeOfDay?