valueDescription property

  1. @JsonKey(name: 'valueDescription')
String? valueDescription
getter/setter pair

If there's a localized text description of the value provided, this will be said description.

Implementation

@JsonKey(name:'valueDescription')
String? valueDescription;