menu
tdlib2 package
documentation
td_api.dart
TestCallVectorIntObjectExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
TestCallVectorIntObject
copyWith
(
{
List
<
TestInt
>
?
x
,
})
Implementation
TestCallVectorIntObject copyWith({List<TestInt>? x}) => TestCallVectorIntObject(x: x ?? this.x);
tdlib2 package
documentation
td_api
TestCallVectorIntObjectExtensions
copyWith method
TestCallVectorIntObjectExtensions extension on
TestCallVectorIntObject