Unset constructor

Unset(
  1. List<String> fields
)

Creates $unset aggreagation stage

Implementation

Unset(List<String> fields) : super('unset', fields);