UpdateOperator.pullAll constructor

UpdateOperator.pullAll(
  1. Map<String, List> values
)

Implementation

UpdateOperator.pullAll(Map<String, List<dynamic>> values) {
  this.pullAll(values);
}