menu
tdlib package
documentation
td_api.dart
GetOption
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
GetOption
copyWith
(
{
String
?
name
,
})
Implementation
GetOption copyWith({ String? name, }) => GetOption( name: name ?? this.name, );
tdlib package
documentation
td_api
GetOption
copyWith method
GetOption class