HMSPollQuestionBuilder class

HMSPollQuestionBuilder is used to create questions for polls It contains getters and setters for poll question builder properties

Constructors

HMSPollQuestionBuilder()

Properties

addQuizOption List<HMSPollQuizOption>
no getter
hashCode int
The hash code for this object.
no setterinherited
pollOptions List<String>
no setter
quizOptions List<HMSPollQuizOption>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
no setter
title String?
no setter
type HMSPollQuestionType
no setter
weight int?
no setter
withAnswerHidden bool
no getter
withCanChangeResponse bool
no getter
withCanSkip bool
no getter
withDuration Duration
no getter
withMaxLength int
no getter
withMinLength int
no getter
withOption List<String>
no getter
withText String
no getter
withTitle String
no getter
withType HMSPollQuestionType
no getter
withWeight int
no getter

Methods

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

Operators

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