Hash copyWith({ String? value, int? algo, }) { return Hash( value: value ?? this.value, algo: algo ?? this.algo, ); }