menu
tdlib2 package
documentation
td_api.dart
UpdatePollExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
UpdatePoll
copyWith
(
{
Poll
?
poll
,
})
Implementation
UpdatePoll copyWith({Poll? poll}) => UpdatePoll(poll: poll ?? this.poll);
tdlib2 package
documentation
td_api
UpdatePollExtensions
copyWith method
UpdatePollExtensions extension on
UpdatePoll