* Get the value of the underlying data value * * @param {string} key key to look in instance data store * * @returns {any}
(key)
| 3606 | * @returns {any} |
| 3607 | */ |
| 3608 | getDataValue(key) { |
| 3609 | return this.dataValues[key]; |
| 3610 | } |
| 3611 | |
| 3612 | /** |
| 3613 | * Update the underlying data value |