(updates)
| 3736 | } |
| 3737 | |
| 3738 | setAttributes(updates) { |
| 3739 | return this.set(updates); |
| 3740 | } |
| 3741 | |
| 3742 | /** |
| 3743 | * 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`. |