copyWith method
Implementation
GetStatisticalGraph copyWith({int? chatId, String? token, int? x}) =>
GetStatisticalGraph(
chatId: chatId ?? this.chatId,
token: token ?? this.token,
x: x ?? this.x,
);
GetStatisticalGraph copyWith({int? chatId, String? token, int? x}) =>
GetStatisticalGraph(
chatId: chatId ?? this.chatId,
token: token ?? this.token,
x: x ?? this.x,
);