response property

List<String> get response

Implementation

List<String> get response {
  return trimRight().split(Separator.TAB.char);
}