currentPointer function
The current location in the DOM that Incremental DOM is looking at. This will be the next Node that will be compared against for the next elementOpen or text call.
Returns the next node that will be compared.
Implementation
Node currentPointer() => _incDom.callMethod('currentPointer') as Element;