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