RawRowData constructor

RawRowData(
  1. int table_id
)

Implementation

RawRowData(this.table_id) {
  _row = [];
  _fieldNamesMap = Map();
}