importJsonSync abstract method

void importJsonSync(
  1. List<Map<String, dynamic>> json
)

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

void importJsonSync(List<Map<String, dynamic>> json);