toJson method

List toJson()

Implementation

List<dynamic> toJson() =>
    questions.map((question) => question.toJson()).toList();