UpdateOptions.upsert

When true, creates a new document if no document matches the query.

struct UpdateOptions
@embedNullable
Nullable!bool upsert;

Meta