menu
dart_db_server package
documentation
server/expression.dart
BindParamExpr
name property
name property
dark_mode
light_mode
name
property
String
?
name
final
Named-parameter name (without the leading sigil), or null for positional.
Implementation
final String? name;
dart_db_server package
documentation
server/expression
BindParamExpr
name property
BindParamExpr class