namedBindings property
read / write
For each non-reserved named binding site in the query string, there must
be a named parameter with that name, but not necessarily the inverse. Key
must match regex A-Za-z_$*
, must not match regex __.*__
, and must not
be ""
.
Implementation
core.Map<core.String, GqlQueryParameter> namedBindings;