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