menu
json2dart_dbffi package
documentation
database/model/column_info.dart
ColumnInfo
ColumnInfo.new constructor
ColumnInfo.new constructor
dark_mode
light_mode
ColumnInfo
constructor
ColumnInfo
(
{
int
?
notnull
,
String
?
name
,
int
?
pk
,
String
?
type
,
int
?
cid
,
})
Implementation
ColumnInfo({
this
.notnull,
this
.name,
this
.pk,
this
.type,
this
.cid, });
json2dart_dbffi package
documentation
database/model/column_info
ColumnInfo
ColumnInfo.new constructor
ColumnInfo class