I just want to get objects from firebase and cast them to Poll Object in Flutter. This is my Poll class:
class Poll { Poll({ this.id, this.name,