PollUpdatedOptions class

Defines options for updating poll information.

Constructors

PollUpdatedOptions({required PollUpdatedData data, required List<Poll> polls, Poll? poll, required String member, required String islevel, ShowAlert? showAlert, required void updatePolls(List<Poll>), required void updatePoll(Poll), required void updateIsPollModalVisible(bool)})

Properties

data PollUpdatedData
final
hashCode int
The hash code for this object.
no setterinherited
islevel String
final
member String
final
poll Poll?
getter/setter pair
polls List<Poll>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAlert ShowAlert?
final
updateIsPollModalVisible → void Function(bool)
final
updatePoll → void Function(Poll)
final
updatePolls → void Function(List<Poll>)
final

Methods

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

Operators

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