menu
tdlib2 package
documentation
td_api.dart
SetAlarmExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
SetAlarm
copyWith
(
{
double
?
seconds
,
})
Implementation
SetAlarm copyWith({double? seconds}) => SetAlarm(seconds: seconds ?? this.seconds);
tdlib2 package
documentation
td_api
SetAlarmExtensions
copyWith method
SetAlarmExtensions extension on
SetAlarm