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