Modification.delete constructor

Modification.delete(
  1. String _attrName,
  2. List _values
)

Implementation

Modification.delete(this._attrName, this._values) : _operation = DELETE;