variables property

Map<String, ServerVariable>? get variables
inherited

A map between a variable name and its value. The value is used for substitution in the server's URL template.

Implementation

String? get description;/// 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;