* Get the value of the underlying data value * * @param {string} key key to look in instance data store * * @returns {any}
(key)
| 3480 | * @returns {any} |
| 3481 | */ |
| 3482 | getDataValue(key) { |
| 3483 | return this.dataValues[key]; |
| 3484 | } |
| 3485 | |
| 3486 | /** |
| 3487 | * Update the underlying data value |