variables property

Map<String, Variable<D, dynamic>> variables
final

Name identifiers and specifications of variables.

The name identifier string will represent the variable in other specifications.

Implementation

final Map<String, Variable<D, dynamic>> variables;