menu
sql_query package
documentation
viewer/model/sql_master_model.dart
SQLMasterModel
SQLMasterModel constructor
SQLMasterModel constructor
dark_mode
light_mode
SQLMasterModel
constructor
SQLMasterModel
(
{
String
?
name
,
int
?
rootPage
,
String
?
sql
,
String
?
tableName
,
String
?
type
,
})
Implementation
SQLMasterModel({ this.name, this.rootPage, this.sql, this.tableName, this.type, });
sql_query package
documentation
viewer/model/sql_master_model
SQLMasterModel
SQLMasterModel constructor
SQLMasterModel class