putAll abstract method

Future putAll(
  1. List<T>? items, {
  2. bool delete = true,
  3. Map? args,
})

Implementation

Future putAll(
  List<T>? items, {
  bool delete = true,
  Map? args,
});