QuestionService class

Constructors

QuestionService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

answerQuestion(AnswerQuestionParam params) Future<AnswerQuestionResult?>
closeQuestion(CreateQuestionResult params) Future
createQuestion(CreateQeustionParam params) Future<CreateQuestionResult?>
getMyQuestions(int classId) Future<QuestionResult?>
getQuestions(int classId) Future<QuestionResult?>
getQuestionStats(CreateQuestionResult params) Future<QuestionStatics?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stopQuestion(CreateQuestionResult params) Future
toString() String
A string representation of this object.
inherited

Operators

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