SqliteSchemaRow constructor
const
SqliteSchemaRow({})
Implementation
const SqliteSchemaRow({
required this.type,
required this.name,
required this.tblName,
required this.rootPage,
required this.sql,
});
const SqliteSchemaRow({
required this.type,
required this.name,
required this.tblName,
required this.rootPage,
required this.sql,
});