SqliteWriteTable constructor
SqliteWriteTable({})
Implementation
SqliteWriteTable({
required this.name,
required this.createSql,
required this.rows,
this.rowids,
this.withoutRowid = false,
});
SqliteWriteTable({
required this.name,
required this.createSql,
required this.rows,
this.rowids,
this.withoutRowid = false,
});