variables property

Map<String, ServerVariable>? get variables
inherited

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;