set method

void set(
  1. Map<String, dynamic> value
)

Implementation

void set(Map<String, dynamic> value) {
  _addExpression("\$set", value);
}