questionContent property

  1. @JsonKey.new(name: 'question_content')
String get questionContent
inherited

Implementation

@JsonKey(name: 'question_id') String get questionId;@JsonKey(name: 'question_name') String get questionName;@JsonKey(name: 'question_content') String get questionContent;