Create a JSON Array of a sequence of models.
List<Map<String, dynamic>> makeJsonArrayFromMany(List<Model> objects, {bool growableList = false});