importJsonRawSync method

  1. @override
void importJsonRawSync(
  1. Uint8List jsonBytes
)
override

Import a list of json objects encoded as a byte array.

The json objects must have the same structure as the objects in this collection. Otherwise an exception will be thrown.

Implementation

@override
void importJsonRawSync(Uint8List jsonBytes) {
  _isarCollection.importJsonRawSync(jsonBytes);
}