@override Object? decodePrimitiveValue(ModelDB db, Object? value) { if (value == null) return null; return (value as ds.BlobValue).bytes; }