menu
json2dart_dbffi package
documentation
database/model/table_info.dart
TableInfo
TableInfo constructor
TableInfo constructor
dark_mode
light_mode
TableInfo
constructor
TableInfo
(
{
String
?
name
,
String
?
tblName
,
int
?
rootPage
,
String
?
type
,
String
?
sql
,
List
<
ColumnInfo
>
?
columns
,
})
Implementation
TableInfo({ this.name, this.tblName, this.rootPage, this.type, this.sql, this.columns, });
json2dart_dbffi package
documentation
database/model/table_info
TableInfo
TableInfo constructor
TableInfo class