List<String> convert(String data)

Converts input and returns the result of the conversion.

Source

List<String> convert(String data) => split(data).toList();