We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44023a commit 3cf705dCopy full SHA for 3cf705d
lib/src/box.dart
@@ -168,7 +168,7 @@ class Box<T> {
168
if (_supportsBytesArrays) {
169
final bytesArray = cGetArray();
170
try {
171
- return _fbManager.unmarshalArray(bytesArray, allowMissing: false);
+ return _fbManager.unmarshalArray(bytesArray, allowMissing: allowMissing);
172
} finally {
173
bindings.obx_bytes_array_free(bytesArray);
174
}
0 commit comments