menu
tapresearch_flutter_plugin package
documentation
models/quick_question.dart
QQUserAnswer
QQUserAnswer.new constructor
QQUserAnswer.new constructor
dark_mode
light_mode
QQUserAnswer
constructor
QQUserAnswer
(
{
required
String
value
,
required
List
<
String
>
identifiers
,
})
Implementation
QQUserAnswer({ required this.value, required this.identifiers, });
tapresearch_flutter_plugin package
documentation
models/quick_question
QQUserAnswer
QQUserAnswer.new constructor
QQUserAnswer class