unset method

ModifierBuilder unset(
  1. String fieldName
)

Implementation

ModifierBuilder unset(String fieldName) {
  _updateOperation('\$unset', fieldName, 1);
  return this;
}