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