DEFAULT_KEY constant
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";