CollectivePoll constructor
CollectivePoll({})
Implementation
CollectivePoll({
this.id = '',
this.collectiveId = '',
this.question = '',
this.options = const [],
this.createdBy = '',
this.creatorName = '',
this.createdAt = 0,
this.expiresAt = 0,
this.isAnonymous = false,
this.isMultiChoice = false,
this.isClosed = false,
});