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