menu
tdlib2 package
documentation
td_api.dart
PushReceiverIdExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
PushReceiverId
copyWith
(
{
int
?
id
,
})
Implementation
PushReceiverId copyWith({int? id}) => PushReceiverId(id: id ?? this.id);
tdlib2 package
documentation
td_api
PushReceiverIdExtensions
copyWith method
PushReceiverIdExtensions extension on
PushReceiverId