Digest copyWith({ int? size, Uint8List? bytes, }) { return Digest( size ?? this.size, bytes ?? this.bytes, ); }