getData method

List<Map> getData()

Implementation

List<Map> getData() {
  return data;
}