* Return the local list Map object. * * @returns {*|Map} * @private
()
| 3715 | * @private |
| 3716 | */ |
| 3717 | _getLocalList() { |
| 3718 | return this.autoNumericLocalList; |
| 3719 | } |
| 3720 | |
| 3721 | /** |
| 3722 | * Return `true` if the AutoNumeric object has a local list defined already and has at least one element in it (itself usually). |
no outgoing calls
no test coverage detected