parameters property

Map<String, dynamic>? parameters
final

Optional query parameters for queries as a map of named parameters.

Note that such parameters that are defined in other members of this class or it's sub type, override any parameter on parameters, if available. Use this only for parameters that are not defined by other members.

See also the queryablesAsParameters getter that maps all values to String.

Implementation

final Map<String, dynamic>? parameters;