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