data method

List<String> data()

Implementation

List<String> data() {
  accept();
  return _data;
}