updateProperties abstract method

  1. @protected
int updateProperties(
  1. Map<int, dynamic> changes, {
  2. int? offset,
  3. int? limit,
})

This is a low level method to update objects.

It is not recommended to use this method directly, instead use the generated updateFirst() and updateAll() method.

Implementation

@protected
int updateProperties(Map<int, dynamic> changes, {int? offset, int? limit});