menu
postgres_prepared package
documentation
annotations.dart
Prepared
Prepared.new const constructor
Prepared.new const constructor
dark_mode
light_mode
Prepared
constructor
const
Prepared
(
String
sql
, {
Map
<
String
,
Type
>
?
substitutionValues
,
})
Implementation
const Prepared(this.sql, {this.substitutionValues});
postgres_prepared package
documentation
annotations
Prepared
Prepared.new const constructor
Prepared class