menu
nudge_flutter_quiz_v2 package
documentation
domain/entities/quizzes.entity.dart
Goal
Goal.new constructor
Goal.new constructor
dark_mode
light_mode
Goal
constructor
Goal
(
{
required
String
?
event
,
required
int
?
duration
,
})
Implementation
Goal({ required this.event, required this.duration, });
nudge_flutter_quiz_v2 package
documentation
domain/entities/quizzes.entity
Goal
Goal.new constructor
Goal class