Null exception from getObjectsByIds
method in case of object not fount
#107
Labels
bug
Something isn't working
getObjectsByIds
method in case of object not fount
#107
Dart version: 2.18.6
Flutter version: 3.3.10 stable
The
getObjectsByIds
throws this exceptiontype 'Null' is not a subtype of type 'Map<String, dynamic>'
To Reproduce
Just call
getObjectsByIds
method with some objectId which are not existed in the indexExpected behavior
It should return the rest of the objects which are existed and inform the ones that couldn't be found. Or at least it should throw the exception with a clear message about the not found objects
The text was updated successfully, but these errors were encountered: