PollOptionProperties constructor

PollOptionProperties({
  1. required bool canBeDeleted,
  2. required bool canBeReplied,
  3. required bool canBeRepliedInAnotherChat,
  4. required bool canGetLink,
})

Implementation

PollOptionProperties({
  required this.canBeDeleted,
  required this.canBeReplied,
  required this.canBeRepliedInAnotherChat,
  required this.canGetLink,
});