variables property

Map<String, dynamic> variables
final

A map of values to dynamically use for variable names in the document.

See https://graphql.org/learn/queries/#variables for more information.

Implementation

final Map<String, dynamic> variables;