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