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