commasToList method

List<String> commasToList(
  1. String val
)

Implementation

List<String> commasToList(String val) => toList(this);