(updates)
| 3862 | } |
| 3863 | |
| 3864 | setAttributes(updates) { |
| 3865 | return this.set(updates); |
| 3866 | } |
| 3867 | |
| 3868 | /** |
| 3869 | * If changed is called with a string it will return a boolean indicating whether the value of that key in `dataValues` is different from the value in `_previousDataValues`. |