menu
mcp_bundle package
documentation
ports.dart
DbStatement
DbStatement.new const constructor
DbStatement.new const constructor
dark_mode
light_mode
DbStatement
constructor
const
DbStatement
(
String
statement
, {
List
<
Object
?
>
params
=
const <Object?>[]
,
})
Implementation
const DbStatement(this.statement, {this.params = const <Object?>[]});
mcp_bundle package
documentation
ports
DbStatement
DbStatement.new const constructor
DbStatement class