string_utils library Null safety
Functions
-
stringToIterable<
T> (String value, T toElement(String e)) → Iterable< T> -
Generates an Iterable of a specified conversion way by
toElement
from a String with a json array structure -
stringToIterableBool(
String value) → Iterable< bool> - Generates an Iterable of bool from a String with a json array structure
-
stringToIterableDouble(
String value) → Iterable< double> - Generates an Iterable of double from a String with a json array structure
-
stringToIterableInt(
String value) → Iterable< int> - Generates an Iterable of int from a String with a json array structure
-
stringToIterableNum(
String value) → Iterable< num> - Generates an Iterable of num from a String with a json array structure
-
stringToIterableString(
String value) → Iterable< String> - Generates an Iterable of String from a String with a json array structure