setInto method

void setInto(
  1. String? table
)

Implementation

void setInto(String? table) {
  var tbl = table;
  // Validator.sanitizeTable(table, mOptions!);
  mTable = tbl;
}