question property

  1. @JsonKey.new(name: 'question')
int? question
final

Implementation

@JsonKey(name: 'question')
final int? question;