set abstract method

UpdateStep<T> set(
  1. String field,
  2. dynamic value
)

Sets a the specified field to the specified value for all matching records.

Implementation

UpdateStep<T> set(String field, dynamic value);