XSTSXUI copyWith({ String? uhs, String? xid, }) { return XSTSXUI( uhs: uhs ?? this.uhs, xid: xid ?? this.xid, ); }