Min constructor
Min(
- dynamic expr
Creates $min
operator expression
Returns the minimum value. $min
compares both value and type, using the
specified BSON comparison order for values of different types.
Implementation
Min(expr) : super('min', expr is List ? AEList(expr) : expr);