QuizResponse class
Constructors
-
QuizResponse.new({required String quizId, List<
Response> ? responses}) -
QuizResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
addResponse(
Response response) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setQuizId(
String newQuizId) → void -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited