menu
tdlib2 package
documentation
td_api.dart
TestVectorIntExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
TestVectorInt
copyWith
(
{
List
<
int
>
?
value
,
})
Implementation
TestVectorInt copyWith({List<int>? value}) => TestVectorInt(value: value ?? this.value);
tdlib2 package
documentation
td_api
TestVectorIntExtensions
copyWith method
TestVectorIntExtensions extension on
TestVectorInt