getDataList method

List<Map> getDataList()

Implementation

List<Map> getDataList() {
  return _dataList;
}