copyWith method
Implementation
CheckAuthenticationWebToken copyWith({String? token, int? dcId}) =>
CheckAuthenticationWebToken(
token: token ?? this.token,
dcId: dcId ?? this.dcId,
);
CheckAuthenticationWebToken copyWith({String? token, int? dcId}) =>
CheckAuthenticationWebToken(
token: token ?? this.token,
dcId: dcId ?? this.dcId,
);