PollUpdateParams constructor Null safety
Implementation
PollUpdateParams({
this.title,
this.data,
this.allowUserSuggestion,
this.allowMutipleVotes,
this.closeAt = -1,
}) : assert((title?.length ?? 0) <= 2000);
PollUpdateParams({
this.title,
this.data,
this.allowUserSuggestion,
this.allowMutipleVotes,
this.closeAt = -1,
}) : assert((title?.length ?? 0) <= 2000);