description property

String? get description
inherited

An optional description for the server variable.

Implementation

@JsonKey(name: 'enum') List<String>? get enumValues;/// An optional description for the server variable.
 String? get description;