importJsonSync method
Import a list of json objects.
The json objects must have the same structure as the objects in this collection. Otherwise an exception will be thrown.
Implementation
@override
void importJsonSync(List<Map<String, dynamic>> json) {
_isarCollection.importJsonSync(json);
}