menu
knex_dart package
documentation
knex_dart.dart
QueryEvent
QueryEvent.new constructor
QueryEvent.new constructor
dark_mode
light_mode
QueryEvent
constructor
QueryEvent
(
{
required
String
sql
,
required
List
bindings
,
required
String
uid
,
String
?
txId
,
})
Implementation
QueryEvent({ required this.sql, required this.bindings, required this.uid, this.txId, });
knex_dart package
documentation
knex_dart
QueryEvent
QueryEvent.new constructor
QueryEvent class