QuestionGroupItem class

Defines a question that comprises multiple questions grouped together.

Constructors

QuestionGroupItem({Grid? grid, Image? image, List<Question>? questions})
QuestionGroupItem.fromJson(Map json_)

Properties

grid ↔ Grid?
The question group is a grid with rows of multiple choice questions that share the same options.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
image ↔ Image?
The image displayed within the question group above the specific questions.
getter/setter pair
questions ↔ List<Question>?
A list of questions that belong in this question group.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited