menu
entao_sql package
documentation
sqlite.dart
IndexName
IndexName.new constructor
IndexName.new constructor
dark_mode
light_mode
IndexName
constructor
IndexName
(
{
required
String
table
,
required
String
index
,
})
Implementation
IndexName({required this.table, required this.index});
entao_sql package
documentation
sqlite
IndexName
IndexName.new constructor
IndexName class