DEFAULT_KEY constant

  1. @JsonKey(includeFromJson: false, includeToJson: false)
String const DEFAULT_KEY

The default key for the results map. It's used when there's only one answer result. In that case the result value is saved under this key in the map.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
static const String DEFAULT_KEY = "answer";