putAllKtSync method

KtList<int> putAllKtSync(
  1. KtList<OBJ> objects, {
  2. bool replaceOnConflict = false,
  3. bool saveLinks = false,
})

Insert or update a list of objects and returns the list of assigned ids.

Implementation

KtList<int> putAllKtSync(
  KtList<OBJ> objects, {
  bool replaceOnConflict = false,
  bool saveLinks = false,
}) =>
    putAllSync(objects.asList()).toImmutableList();