getCells method

  1. @override
List<String> getCells()

Implementation

@override
List<String> getCells() {
  return [title, date, comment];
}