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