namedParams property
Set of named parameters (sigil + name, e.g. ':foo') seen while
parsing. Populated by _parsePrimary; surfaced by
Database.prepare so callers can validate their bindings map.
Implementation
final Set<String> namedParams = <String>{};