PollOptions class
Constructors
- PollOptions({required String type, required int maxCharacterCount, required String resultVisibility, required int votesPerPerson, required bool singleWordAnswers, required bool showAuthors})
-
PollOptions.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxCharacterCount → int
-
final
- resultVisibility → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showAuthors → bool
-
final
- singleWordAnswers → bool
-
final
- type → String
-
final
- votesPerPerson → int
-
final
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