menu
dormql package
documentation
dorm.dart
IndexSchema
IndexSchema.new const constructor
IndexSchema.new const constructor
dark_mode
light_mode
IndexSchema
constructor
const
IndexSchema
(
{
required
String
name
,
required
List
<
String
>
columns
,
bool
unique
=
false
,
})
Implementation
const IndexSchema({ required this.name, required this.columns, this.unique = false, });
dormql package
documentation
dorm
IndexSchema
IndexSchema.new const constructor
IndexSchema class