variables property Null safety
read / write
A map between a variable name and its value.
The value is used for substitution in the server's URL template.
Implementation
Map<String, APIServerVariable?>? variables;
A map between a variable name and its value.
The value is used for substitution in the server's URL template.
Map<String, APIServerVariable?>? variables;