toList method

List<String> toList()

Implementation

List<String> toList() {
  return rawData;
}