SetStage constructor

SetStage(
  1. Map<String, dynamic> fields
)

Creates $set aggregation stage

Implementation

SetStage(Map<String, dynamic> fields) : super('set', AEObject(fields));