menu
tapresearch_flutter_plugin package
documentation
models/quick_question.dart
QQComplete
QQComplete.new constructor
QQComplete.new constructor
dark_mode
light_mode
QQComplete
constructor
QQComplete
(
{
required
String
completeIdentifier
,
required
String
completedAt
,
})
Implementation
QQComplete({ required this.completeIdentifier, required this.completedAt, });
tapresearch_flutter_plugin package
documentation
models/quick_question
QQComplete
QQComplete.new constructor
QQComplete class