literal method

Literal literal(
  1. dynamic args
)

Replace an object in a field instead of merging it with an existing object in a merge or update operation.

Implementation

Literal literal(args) => Literal(args);