DataTable constructor

const DataTable(
  1. List<List> _data
)

Implementation

const DataTable(this._data);