variables property
A map of server variables for URL templating.
Implementation
String? get description;/// A map of server variables for URL templating.
Map<String, ServerVariable>? get variables;
A map of server variables for URL templating.
String? get description;/// A map of server variables for URL templating.
Map<String, ServerVariable>? get variables;