menu
tdlib2 package
documentation
td_api.dart
UpdateNewCustomEventExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
UpdateNewCustomEvent
copyWith
(
{
String
?
event
,
})
Implementation
UpdateNewCustomEvent copyWith({String? event}) => UpdateNewCustomEvent(event: event ?? this.event);
tdlib2 package
documentation
td_api
UpdateNewCustomEventExtensions
copyWith method
UpdateNewCustomEventExtensions extension on
UpdateNewCustomEvent