parameters property

Object? parameters
final

Values to be used for the placeholders within the query.

Must be a Map<String, Object?> or List<Object?>.

Implementation

final Object? parameters;