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