AggregationStage constructor

AggregationStage(
  1. String _name,
  2. Object _content
)

Implementation

AggregationStage(this._name, this._content);