updateProperties abstract method

  1. @protected
int updateProperties(
  1. List<ID> ids,
  2. Map<int, dynamic> changes
)

This is a low level method to update objects.

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

Implementation

@protected
int updateProperties(List<ID> ids, Map<int, dynamic> changes);