bindings property

List<Object?> bindings
final

Positional or named query bindings. Held as List<Object?> so the JSON envelope stays predictable; magic dispatches List<dynamic>, which is structurally identical.

Implementation

final List<Object?> bindings;