menu
brick_sqlite package
documentation
db.dart
SchemaIndex
SchemaIndex constructor
SchemaIndex constructor
dark_mode
light_mode
SchemaIndex
constructor
SchemaIndex
(
{
required
List
<
String
>
columns
,
String
?
tableName
,
required
bool
unique
,
})
Implementation
SchemaIndex({ required this.columns, this.tableName, required this.unique, });
brick_sqlite package
documentation
db
SchemaIndex
SchemaIndex constructor
SchemaIndex class