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