variables property
A map between a variable name and its value. The value is used for substitution in the server's URL template.
Implementation
Map<String, ServerVariable>? get variables =>
throw _privateConstructorUsedError;
A map between a variable name and its value. The value is used for substitution in the server's URL template.
Map<String, ServerVariable>? get variables =>
throw _privateConstructorUsedError;