Creates a StringList from a list of strings.
StringList.fromList(List<String> values) { for (final s in values) { _stack.push(s); } }