menu
tdlib2 package
documentation
td_api.dart
UpdateCallExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
UpdateCall
copyWith
(
{
Call
?
call
,
})
Implementation
UpdateCall copyWith({Call? call}) => UpdateCall(call: call ?? this.call);
tdlib2 package
documentation
td_api
UpdateCallExtensions
copyWith method
UpdateCallExtensions extension on
UpdateCall