copyWith method
Implementation
@override
PollTypeRegular copyWith({
bool? allowMultipleAnswers,
}) =>
PollTypeRegular(
allowMultipleAnswers: allowMultipleAnswers ?? this.allowMultipleAnswers,
);
@override
PollTypeRegular copyWith({
bool? allowMultipleAnswers,
}) =>
PollTypeRegular(
allowMultipleAnswers: allowMultipleAnswers ?? this.allowMultipleAnswers,
);